From c1add314720076ba61179204de67b1a1a25338dc Mon Sep 17 00:00:00 2001
From: Newbiect <51307314+Newbiect@users.noreply.github.com>
Date: Sat, 28 Dec 2024 16:11:05 -0500
Subject: [PATCH 01/24] Create pluto.tv.config.js
---
sites/pluto.tv/pluto.tv.config.js | 42 +++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
create mode 100644 sites/pluto.tv/pluto.tv.config.js
diff --git a/sites/pluto.tv/pluto.tv.config.js b/sites/pluto.tv/pluto.tv.config.js
new file mode 100644
index 00000000..5436273b
--- /dev/null
+++ b/sites/pluto.tv/pluto.tv.config.js
@@ -0,0 +1,42 @@
+const dayjs = require('dayjs');
+const axios = require('axios');
+
+module.exports = {
+ site: 'pluto.tv',
+ days: 2,
+
+ url: function ({ date, channel }) {
+ const channelId = channel.site_id;
+ const startTime = dayjs.utc(date).startOf('day').toISOString();
+ const endTime = dayjs.utc(date).add(this.days - 1, 'day').endOf('day').toISOString();
+
+ const generatedUrl = `https://api.pluto.tv/v2/channels/${channelId}?start=${startTime}&stop=${endTime}`;
+ return generatedUrl;
+ },
+
+ parser: function ({ content }) {
+ const data = JSON.parse(content);
+ const programs = [];
+
+ if (data.timelines) {
+ data.timelines.forEach(item => {
+ programs.push({
+ title: item.title,
+ subTitle: item.episode?.name || '',
+ description: item.episode?.description || '',
+ episode: item.episode?.number || '',
+ season: item.episode?.season || '',
+ actors: item.episode?.clip?.actors || [],
+ categories: [item.episode?.genre, item.episode?.subGenre].filter(Boolean),
+ rating: item.episode?.rating || '',
+ date: item.episode?.clip?.originalReleaseDate || '',
+ icon: item.episode?.series?.tile?.path || '',
+ start: item.start,
+ stop: item.stop
+ });
+ });
+ }
+
+ return programs;
+ }
+};
From 32c2fbdafc75d0dafe3e0b2063003d11b8a9b52e Mon Sep 17 00:00:00 2001
From: Newbiect <51307314+Newbiect@users.noreply.github.com>
Date: Sat, 28 Dec 2024 15:11:29 -0600
Subject: [PATCH 02/24] Add files via upload
---
sites/pluto.tv/__data__/content.json | 3311 ++++++++++++++++++++++
sites/pluto.tv/pluto.tv.all.channels.xml | 453 +++
sites/pluto.tv/pluto.tv.ar.channels.xml | 188 ++
sites/pluto.tv/pluto.tv.br.channels.xml | 170 ++
sites/pluto.tv/pluto.tv.ca.channels.xml | 251 ++
sites/pluto.tv/pluto.tv.cl.channels.xml | 184 ++
sites/pluto.tv/pluto.tv.de.channels.xml | 225 ++
sites/pluto.tv/pluto.tv.dk.channels.xml | 231 ++
sites/pluto.tv/pluto.tv.es.channels.xml | 147 +
sites/pluto.tv/pluto.tv.fr.channels.xml | 149 +
sites/pluto.tv/pluto.tv.it.channels.xml | 130 +
sites/pluto.tv/pluto.tv.mx.channels.xml | 187 ++
sites/pluto.tv/pluto.tv.no.channels.xml | 210 ++
sites/pluto.tv/pluto.tv.sv.channels.xml | 221 ++
sites/pluto.tv/pluto.tv.test.js | 56 +
sites/pluto.tv/pluto.tv.uk.channels.xml | 150 +
sites/pluto.tv/pluto.tv.us.channels.xml | 453 +++
17 files changed, 6716 insertions(+)
create mode 100644 sites/pluto.tv/__data__/content.json
create mode 100644 sites/pluto.tv/pluto.tv.all.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.ar.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.br.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.ca.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.cl.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.de.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.dk.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.es.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.fr.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.it.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.mx.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.no.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.sv.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.test.js
create mode 100644 sites/pluto.tv/pluto.tv.uk.channels.xml
create mode 100644 sites/pluto.tv/pluto.tv.us.channels.xml
diff --git a/sites/pluto.tv/__data__/content.json b/sites/pluto.tv/__data__/content.json
new file mode 100644
index 00000000..a356cb10
--- /dev/null
+++ b/sites/pluto.tv/__data__/content.json
@@ -0,0 +1,3311 @@
+{
+ "timelines": [
+ {
+ "_id": "6760bbcc96077d000889a3fc",
+ "start": "2024-12-28T00:21:00.000Z",
+ "stop": "2024-12-28T00:48:00.000Z",
+ "title": "Naruto: El Tercer Hokage, Eternamente",
+ "episode": {
+ "_id": "5e865f4c15d53f0007512ef3",
+ "number": 80,
+ "season": 2,
+ "description": "Gaara y Naruto continúan combatiendo con todas sus fuerzas. Decidido a proteger a Sakura, Naruto ataca a Gaara una y otra vez.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-04-21T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Tercer Hokage, Eternamente",
+ "slug": "el-tercer-hokage-eternamente-2-81",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f4c15d53f0007512ef3/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-19T22:41:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12439_Naruto-El-Tercer-Hokage-Eternamente-S02E080_1585855771069.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12439_Naruto-El-Tercer-Hokage-Eternamente-S02E080_1585855771069.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a3fd",
+ "start": "2024-12-28T00:48:00.000Z",
+ "stop": "2024-12-28T01:15:00.000Z",
+ "title": "Naruto: El regreso del rocío matinal",
+ "episode": {
+ "_id": "5e865f63a349a20007e5408b",
+ "number": 81,
+ "season": 2,
+ "description": "Aunque el plan de Orochimaru para destruir la Aldea Escondida entre las Hojas se ha frustrado, los daños causados son muchos y el trabajo para hacer las reparaciones comienza rápidamente.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-04-28T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El regreso del rocío matinal",
+ "slug": "el-regreso-del-rocio-matinal-2-82",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f63a349a20007e5408b/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-19T23:08:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12440_Naruto-El-Regreso-Del-Rocio-Matinal-S02E081_1585855771088.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12440_Naruto-El-Regreso-Del-Rocio-Matinal-S02E081_1585855771088.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a3fe",
+ "start": "2024-12-28T01:15:00.000Z",
+ "stop": "2024-12-28T01:42:00.000Z",
+ "title": "Naruto: Ojo por ojo, Sharingan contra Sharingan",
+ "episode": {
+ "_id": "5e865f6caeee3d000718066d",
+ "number": 82,
+ "season": 2,
+ "description": "Kakashi llega justo a tiempo para ayudar a Asuma y Kurenai. Itachi también se une al combate. ¡La batalla definitiva entre los dos poseedores de Sharingan comienza!",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-05-05T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Ojo por ojo, Sharingan contra Sharingan",
+ "slug": "ojo-por-ojo-sharingan-contra-sharingan-2-83",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f6caeee3d000718066d/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-19T23:35:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12441_Naruto-Ojo-Por-Ojo-Sharingan-Contra-Sharingan-S02E082_1585855771089.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12441_Naruto-Ojo-Por-Ojo-Sharingan-Contra-Sharingan-S02E082_1585855771089.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a3ff",
+ "start": "2024-12-28T01:42:00.000Z",
+ "stop": "2024-12-28T02:09:00.000Z",
+ "title": "Naruto: Jiraiya: El Desastre Potencial De Naruto",
+ "episode": {
+ "_id": "5e865f80c0bc5b000747c3f0",
+ "number": 83,
+ "season": 2,
+ "description": "Jiraiya y Naruto parten para encontrar a Tsunade, una de los legendarios Sannin. Jiraiya tiene dos propósitos: proteger a Naruto de las garras de la misteriosa organización Akatsuki y entrenar a su aprendiz.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-05-12T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Jiraiya: El Desastre Potencial De Naruto",
+ "slug": "jiraiya-el-desastre-potencial-de-naruto-2-83",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f80c0bc5b000747c3f0/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T00:02:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12442_Naruto-Jiraiya-El-Desastre-Potencial-De-Naruto-S02E083_1585855777437.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12442_Naruto-Jiraiya-El-Desastre-Potencial-De-Naruto-S02E083_1585855777437.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a400",
+ "start": "2024-12-28T02:09:00.000Z",
+ "stop": "2024-12-28T02:36:00.000Z",
+ "title": "Naruto: El Rugir Del Chidori: Los Hermanos Se Enfrentan",
+ "episode": {
+ "_id": "5e865f8e241a710007a93c84",
+ "number": 84,
+ "season": 2,
+ "description": "Decidido a enfrentarse a Itachi, Sasuke se dirige rápidamente al lugar donde se aloja Naruto. De camino, los recuerdos trágicos de su pasado inundan su mente.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-05-19T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Rugir Del Chidori: Los Hermanos Se Enfrentan",
+ "slug": "el-rugir-del-chidori-los-hermanos-se-enfrentan-2-84",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f8e241a710007a93c84/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T00:29:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12443_Naruto-El-Rugir-Del-Chidori-Los-Hermanos-Se-Enfrentan-S02E084_1585855780234.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12443_Naruto-El-Rugir-Del-Chidori-Los-Hermanos-Se-Enfrentan-S02E084_1585855780234.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a401",
+ "start": "2024-12-28T02:36:00.000Z",
+ "stop": "2024-12-28T03:03:00.000Z",
+ "title": "Naruto: Odio Entre Los Uchiha: El Último Del Clan",
+ "episode": {
+ "_id": "5e865fb9e4c2b20007fe1de4",
+ "number": 85,
+ "season": 2,
+ "description": "Jiraiya rescata a Naruto de Kisame justo a tiempo. No hay duda de que Itachi y la organización Akatsuki van tras Naruto para obtener el poder del Zorro de las Nueve Colas.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-05-26T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Odio Entre Los Uchiha: El Último Del Clan",
+ "slug": "odio-entre-los-uchiha-el-ultimo-del-clan-2-85",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865fb9e4c2b20007fe1de4/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T00:56:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12444_Naruto-Odio-Entre-Los-Uchiha-El-Ultimo-Del-Clan-S02E085_1585855790547.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12444_Naruto-Odio-Entre-Los-Uchiha-El-Ultimo-Del-Clan-S02E085_1585855790547.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a402",
+ "start": "2024-12-28T03:03:00.000Z",
+ "stop": "2024-12-28T03:30:00.000Z",
+ "title": "Naruto: ¡Un Nuevo Entrenamiento Comienza! ¡Voy A Ser Fuerte!",
+ "episode": {
+ "_id": "5e865fd34355900007e381e3",
+ "number": 86,
+ "season": 2,
+ "description": "Con profundas heridas físicas y mentales, Sasuke es transportado a la Aldea Escondida entre las Hojas por Guy. Ojalá la especialista médica, Tsunade, estuviera allí…",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-06-02T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "¡Un Nuevo Entrenamiento Comienza! ¡Voy A Ser Fuerte!",
+ "slug": "un-nuevo-entrenamiento-comienza-voy-a-ser-fuerte-2-86",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865fd34355900007e381e3/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T01:23:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12445_Naruto-Un-Nuevo-Entrenamiento-Comienza-Voy-A-Ser-Fuerte-S02E086_1585855819297.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12445_Naruto-Un-Nuevo-Entrenamiento-Comienza-Voy-A-Ser-Fuerte-S02E086_1585855819297.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a403",
+ "start": "2024-12-28T03:30:00.000Z",
+ "stop": "2024-12-28T03:57:00.000Z",
+ "title": "Naruto: Sigue Entrenando… Hay Que Reventar El Globo De Agua",
+ "episode": {
+ "_id": "5ed91abefdbab30007804c27",
+ "number": 87,
+ "season": 2,
+ "description": "Naruto por fin comienza su entrenamiento con Jiraiya. La técnica que Naruto aprenderá es la principal del Cuarto Hokage, una técnica que incluso un genio como él tardó tres años en dominar.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-06-09T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Sigue Entrenando… Hay Que Reventar El Globo De Agua",
+ "slug": "sigue-entrenando-hay-que-reventar-el-globo-de-agua-4-87",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5ed91abefdbab30007804c27/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T01:50:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202005/28/5978de854fbb39756e0c304c_108-12446_Naruto-Sigue-Entrenando-Hay-Que-Reventar-El-Globo-De-Agua-S02E087_1590696613006.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202005/28/5978de854fbb39756e0c304c_108-12446_Naruto-Sigue-Entrenando-Hay-Que-Reventar-El-Globo-De-Agua-S02E087_1590696613006.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a404",
+ "start": "2024-12-28T03:57:00.000Z",
+ "stop": "2024-12-28T04:24:00.000Z",
+ "title": "Naruto: El punto de enfoque, la marca de la Hoja",
+ "episode": {
+ "_id": "5e865fe4233dc90007f0b978",
+ "number": 88,
+ "season": 2,
+ "description": "Naruto consigue completar el primer paso de su entrenamiento. Pero el siguiente paso, hacer que una bola de goma explote con chakra, resulta extremadamente difícil.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-06-16T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El punto de enfoque, la marca de la Hoja",
+ "slug": "el-punto-de-enfoque-la-marca-de-la-hoja-2-88",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865fe4233dc90007f0b978/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T02:17:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12447_Naruto-El-Punto-De-Enfoque-La-Marca-De-La-Hoja-S02E088_1585855829279.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12447_Naruto-El-Punto-De-Enfoque-La-Marca-De-La-Hoja-S02E088_1585855829279.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a405",
+ "start": "2024-12-28T04:24:00.000Z",
+ "stop": "2024-12-28T04:51:00.000Z",
+ "title": "Naruto: Una elección imposible: El dolor del corazón de Tsunade",
+ "episode": {
+ "_id": "5e865fede758c700077b4376",
+ "number": 89,
+ "season": 2,
+ "description": "Orochimaru y Kabuto aparecen de repente ante Tsunade y Shizune, que están haciendo turismo. Orochimaru, herido por el Sello de la Parca de la Muerte del Tercer Hokage, le pide a la antigua Sannin que utilice sus conocimientos médicos para ayudarlo.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-06-23T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Una elección imposible: El dolor del corazón de Tsunade",
+ "slug": "una-eleccion-imposible-el-dolor-del-corazon-de-tsunade-2-89",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865fede758c700077b4376/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T02:44:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12448_Naruto-Una-Eleccion-Imposible-El-Dolor-Del-Corazon-De-Tsunade-S02E089_1585855829319.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12448_Naruto-Una-Eleccion-Imposible-El-Dolor-Del-Corazon-De-Tsunade-S02E089_1585855829319.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a406",
+ "start": "2024-12-28T04:51:00.000Z",
+ "stop": "2024-12-28T05:18:00.000Z",
+ "title": "Naruto: ¡Imperdonable! ¡Una total falta de respeto!",
+ "episode": {
+ "_id": "5e865ffd9caba60007839e1b",
+ "number": 90,
+ "season": 2,
+ "description": "A cambio de haberle curado los brazos, Orochimaru ofrece a Tsunade devolver la vida a su hermano menor Nawaki y a Dan, su amado.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-07-07T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "¡Imperdonable! ¡Una total falta de respeto!",
+ "slug": "imperdonable-una-total-falta-de-respeto-2-90",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ffd9caba60007839e1b/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T03:11:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12449_Naruto-Imperdonable-Una-Total-Falta-De-Respeto-S02E090_1585855839902.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12449_Naruto-Imperdonable-Una-Total-Falta-De-Respeto-S02E090_1585855839902.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a407",
+ "start": "2024-12-28T05:18:00.000Z",
+ "stop": "2024-12-28T05:45:00.000Z",
+ "title": "Naruto: La herencia, el collar de la muerte",
+ "episode": {
+ "_id": "5e8660192592d80008a08d05",
+ "number": 91,
+ "season": 2,
+ "description": "Naruto se enfurece al ver que Tsunade no respeta su posición de Hokage y la reta a un combate.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-07-14T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La herencia, el collar de la muerte",
+ "slug": "la-herencia-el-collar-de-la-muerte-2-92",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660192592d80008a08d05/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T03:38:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12450_Naruto-La-Herencia-El-Collar-De-La-Muerte-S02E091_1585855845613.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12450_Naruto-La-Herencia-El-Collar-De-La-Muerte-S02E091_1585855845613.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a408",
+ "start": "2024-12-28T05:45:00.000Z",
+ "stop": "2024-12-28T06:12:00.000Z",
+ "title": "Naruto: “Una Oferta Sospechosa: La Elección De Tsunade”",
+ "episode": {
+ "_id": "5e86603a65636400073abe55",
+ "number": 92,
+ "season": 2,
+ "description": "Naruto practica con todas sus fuerzas para obtener el collar de Tsunade. Mientras tanto, Tsunade no sabe qué responder a la oferta de Orochimaru.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-07-21T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "“Una Oferta Sospechosa: La Elección De Tsunade”",
+ "slug": "una-oferta-sospechosa-la-eleccion-de-tsunade-2-93",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86603a65636400073abe55/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T04:05:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12451_Naruto-Una-Oferta-Sospechosa-La-Eleccion-De-Tsunade-S02E092_1585855845610.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12451_Naruto-Una-Oferta-Sospechosa-La-Eleccion-De-Tsunade-S02E092_1585855845610.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a409",
+ "start": "2024-12-28T06:12:00.000Z",
+ "stop": "2024-12-28T06:39:00.000Z",
+ "title": "Naruto: La Gran Crisis: Se Acabó El Trato.",
+ "episode": {
+ "_id": "5e86604e6c98b90007e21c7c",
+ "number": 93,
+ "season": 2,
+ "description": "Empujada por el deseo de ver a Nawaki y Dan, Tsunade está a punto de aceptar la tentadora oferta de Orochimaru.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-07-28T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Gran Crisis: Se Acabó El Trato.",
+ "slug": "la-gran-crisis-se-acabo-el-trato-2-94",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86604e6c98b90007e21c7c/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T04:32:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12452_Naruto-La-Gran-Crisis-Se-Acabo-El-Trato-S02E093_1585855853552.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12452_Naruto-La-Gran-Crisis-Se-Acabo-El-Trato-S02E093_1585855853552.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40a",
+ "start": "2024-12-28T06:39:00.000Z",
+ "stop": "2024-12-28T07:06:00.000Z",
+ "title": "Naruto: Ataque, La Furia Del Rasengan",
+ "episode": {
+ "_id": "5e86607629c2450008c9eaf5",
+ "number": 94,
+ "season": 2,
+ "description": "Orochimaru y Kabuto utilizan un Jutsu de Invocación para hacer aparecer una serpiente gigante. Aún aturdido por la poción e incapaz de usar su chakra por completo, Jiraiya invoca al pequeño Gamakichi.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-08-04T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Ataque, La Furia Del Rasengan",
+ "slug": "ataque-la-furia-del-rasengan-2-95",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86607629c2450008c9eaf5/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T04:59:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12453_Naruto-Ataque-La-Furia-Del-Rasengan-S02E094_1585855882152.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12453_Naruto-Ataque-La-Furia-Del-Rasengan-S02E094_1585855882152.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40b",
+ "start": "2024-12-28T07:06:00.000Z",
+ "stop": "2024-12-28T07:33:00.000Z",
+ "title": "Naruto: El Quinto Hokage, Una Vida Al Limite",
+ "episode": {
+ "_id": "5e86607fedff000007043ec6",
+ "number": 95,
+ "season": 2,
+ "description": "Naruto piensa que un verdadero ninja no debería romper nunca sus promesas. Herido de gravedad por Kabuto, Naruto se encuentra al borde de la muerte.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-08-11T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Quinto Hokage, Una Vida Al Limite",
+ "slug": "el-quinto-hokage-una-vida-al-limite-2-96",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86607fedff000007043ec6/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T05:26:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12454_Naruto-El-Quinto-Hokage-Una-Vida-Al-Limite-S02E095_1585855899154.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12454_Naruto-El-Quinto-Hokage-Una-Vida-Al-Limite-S02E095_1585855899154.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40c",
+ "start": "2024-12-28T07:33:00.000Z",
+ "stop": "2024-12-28T08:00:00.000Z",
+ "title": "Naruto: Punto Muerto, El Enfrentamiento Sannin",
+ "episode": {
+ "_id": "5e866087298d350007f3f1df",
+ "number": 96,
+ "season": 2,
+ "description": "Jiraiya, Tsunade y Orochimaru desatan su Jutsu de Invocación. ¡Comienza una frenética batalla!",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-08-11T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Punto Muerto, El Enfrentamiento Sannin",
+ "slug": "punto-muerto-el-enfrentamiento-sannin-2-97",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e866087298d350007f3f1df/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T05:53:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12455_Naruto-Punto-Muerto-El-Enfrentamiento-Sannin-S02E096_1585855908125.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12455_Naruto-Punto-Muerto-El-Enfrentamiento-Sannin-S02E096_1585855908125.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40d",
+ "start": "2024-12-28T08:00:00.000Z",
+ "stop": "2024-12-28T08:27:00.000Z",
+ "title": "Naruto: ¡Secuestro! ¡La Aventura De Naruto En El Balneario!",
+ "episode": {
+ "_id": "5e86608f83e8df00087cde96",
+ "number": 97,
+ "season": 2,
+ "description": "Tsunade, Naruto y los demás se dirigen a la Aldea Escondida entre las Hojas, donde Tsunade se convertirá oficialmente en el Quinto Hokage. A petición de Tsunade, el grupo se detiene en un pueblo con balneario.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-08-18T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "¡Secuestro! ¡La Aventura De Naruto En El Balneario!",
+ "slug": "secuestro-la-aventura-de-naruto-en-el-balneario-2-98",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86608f83e8df00087cde96/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T06:20:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12456_Naruto-Secuestro-La-Aventura-De-Naruto-En-El-Balneario-S02E097_1585855908615.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12456_Naruto-Secuestro-La-Aventura-De-Naruto-En-El-Balneario-S02E097_1585855908615.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40e",
+ "start": "2024-12-28T08:27:00.000Z",
+ "stop": "2024-12-28T08:54:00.000Z",
+ "title": "Naruto: La Advertencia De Tsunade:Ya No Seas Ninja",
+ "episode": {
+ "_id": "5e8660a4e186bf0007e2997c",
+ "number": 98,
+ "season": 2,
+ "description": "Naruto le pide a Tsunade que cure a Sasuke y Lee antes de tomar el papel de Hokage. Después de examinar a Lee, Tsunade le aconseja que encuentre otro camino que no sea el de un shinobi.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-08-25T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Advertencia De Tsunade:Ya No Seas Ninja",
+ "slug": "la-advertencia-de-tsunadeya-no-seas-ninja-2-99",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660a4e186bf0007e2997c/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T06:47:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12457_Naruto-La-Advertencia-De-TsunadeYa-No-Seas-Ninja-S02E098_1585855908603.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12457_Naruto-La-Advertencia-De-TsunadeYa-No-Seas-Ninja-S02E098_1585855908603.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a40f",
+ "start": "2024-12-28T08:54:00.000Z",
+ "stop": "2024-12-28T09:21:00.000Z",
+ "title": "Naruto: La Voluntad De Fuego Sigue Ardiendo",
+ "episode": {
+ "_id": "5e8660ad141f350007934d80",
+ "number": 99,
+ "season": 2,
+ "description": "Lee tiene dudas cuando Tsunade le pregunta si prefiere dejar de ser ninja o someterse a una arriesgada operación con solo un cincuenta por ciento de posibilidades de éxito.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-09-01T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Voluntad De Fuego Sigue Ardiendo",
+ "slug": "la-voluntad-de-fuego-sigue-ardiendo-2-100",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660ad141f350007934d80/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T07:14:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12458_Naruto-La-Voluntad-De-Fuego-Sigue-Ardiendo-S02E099_1585855917985.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12458_Naruto-La-Voluntad-De-Fuego-Sigue-Ardiendo-S02E099_1585855917985.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a410",
+ "start": "2024-12-28T09:21:00.000Z",
+ "stop": "2024-12-28T09:48:00.000Z",
+ "title": "Naruto: Sensei Y Alumno: El Vínculo Del Shinobi",
+ "episode": {
+ "_id": "5e8660b45cfdd800074761c6",
+ "number": 100,
+ "season": 2,
+ "description": "Después de que Tsunade le aconsejara dejar el camino del shinobi, Lee recuerda su primer encuentro con su maestro, Guy. Incapaz de dominar el ninjutsu y el genjutsu, Lee siempre ha sido despreciado por los otros.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-09-08T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Sensei Y Alumno: El Vínculo Del Shinobi",
+ "slug": "sensei-y-alumno-el-vinculo-del-shinobi-2-101",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660b45cfdd800074761c6/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T07:41:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12459_Naruto-Sensei-Y-Alumno-El-Vinculo-Del-Shinobi-S02E100_1585855924368.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12459_Naruto-Sensei-Y-Alumno-El-Vinculo-Del-Shinobi-S02E100_1585855924368.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a411",
+ "start": "2024-12-28T09:48:00.000Z",
+ "stop": "2024-12-28T10:15:00.000Z",
+ "title": "Naruto: Hay Que Verlo, Hay Que Conocerlo, ¿El Verdadero Rostro De Kakashi Sensei?",
+ "episode": {
+ "_id": "5e8660bd2a7ef2000714ae4f",
+ "number": 101,
+ "season": 2,
+ "description": "Naruto y sus dos compañeros siempre han querido ver el aspecto de Kakashi sin su máscara. Los tres hacen todo lo posible para ver su rostro completo.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-09-15T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Hay Que Verlo, Hay Que Conocerlo, ¿El Verdadero Rostro De Kakashi Sensei?",
+ "slug": "hay-que-verlo-hay-que-conocerlo-el-verdadero-rostro-de-kakashi-sensei-2-102",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660bd2a7ef2000714ae4f/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T08:08:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12460_Naruto-Hay-Que-Verlo-Hay-Que-Conocerlo-El-Verdadero-Rostro-De-Kakashi-Sensei-S02E101_1585855927429.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12460_Naruto-Hay-Que-Verlo-Hay-Que-Conocerlo-El-Verdadero-Rostro-De-Kakashi-Sensei-S02E101_1585855927429.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a412",
+ "start": "2024-12-28T10:15:00.000Z",
+ "stop": "2024-12-28T11:53:00.000Z",
+ "title": "Naruto the Movie: Ninja Clash in the Land of Snow",
+ "episode": {
+ "_id": "6515cd4f619680001a502f59",
+ "number": 1,
+ "season": 1,
+ "description": "Naruto y su equipo tienen la misión de vigilar a Yukie Fujikaze, una popular actriz que protagoniza la exitosa película \"Las aventuras de la princesa Gale\".",
+ "duration": 5880000,
+ "originalContentDuration": 4950000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Tensai Okamura",
+ "Tensai Okamura"
+ ],
+ "actors": [
+ "Jun Karasawa",
+ "Harî Kaneko",
+ "Tsutomu Isobe",
+ "Hidehiko Ishizuka",
+ "Chikao Ôtsuka",
+ "Yûko Kaida",
+ "Kazuhiko Inoue",
+ "Noriaki Sugiyama",
+ "Chie Nakamura",
+ "Junko Takeuchi"
+ ],
+ "producers": [
+ "Atsuhiro Iwakami"
+ ],
+ "writers": [
+ "Masashi Kishimoto"
+ ],
+ "originalReleaseDate": "2004-08-21T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Naruto the Movie: Ninja Clash in the Land of Snow",
+ "slug": "naruto-the-movie-ninja-clash-in-the-land-of-snow-lt-2004-1-1",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/6515cd4f619680001a502f59/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T08:35:00.000Z",
+ "thumbnail": {
+ "path": "https://images.pluto.tv/episodes/6515cd4f619680001a502f59/thumbnail.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://images.pluto.tv/episodes/6515cd4f619680001a502f59/screenshot16_9.jpg?fill=blur&fit=fill&fm=jpg&h=540&q=75&w=960"
+ },
+ "series": {
+ "_id": "6515cd4d619680001a502f3b",
+ "name": "Naruto the Movie: Ninja Clash in the Land of Snow",
+ "slug": "naruto-the-movie-ninja-clash-in-the-land-of-snow-lt",
+ "type": "film",
+ "tile": {
+ "path": "https://images.pluto.tv/series/6515cd4d619680001a502f3b/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "Naruto y su equipo tienen la misión de vigilar a Yukie Fujikaze, una popular actriz que protagoniza la exitosa película \"Las aventuras de la princesa Gale\".",
+ "summary": "Naruto y su equipo tienen la misión de vigilar a Yukie Fujikaze, una popular actriz que protagoniza la exitosa película \"Las aventuras de la princesa Gale\".",
+ "displayName": "Naruto the Movie: Ninja Clash in the Land of Snow",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/6515cd4d619680001a502f3b/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a413",
+ "start": "2024-12-28T11:53:00.000Z",
+ "stop": "2024-12-28T12:20:00.000Z",
+ "title": "Naruto: Misión: Ayudar A Un Viejo Amigo En La Tierra Del Té",
+ "episode": {
+ "_id": "5e8660c8241a710007a93c8f",
+ "number": 102,
+ "season": 2,
+ "description": "A Naruto, Sasuke y Sakura se les asigna una misión de rango B en la Tierra del Té. Allí deben proteger a los participantes de una carrera durante el ritual ceremonial del Santuario Todoroki, que se celebra cada cuatro años.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-09-22T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Misión: Ayudar A Un Viejo Amigo En La Tierra Del Té",
+ "slug": "mision-ayudar-a-un-viejo-amigo-en-la-tierra-del-te-2-103",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e8660c8241a710007a93c8f/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T10:13:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12461_Naruto-Mision-Ayudar-A-Un-Viejo-Amigo-En-La-Tierra-Del-Te-S02E102_1585855956364.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12461_Naruto-Mision-Ayudar-A-Un-Viejo-Amigo-En-La-Tierra-Del-Te-S02E102_1585855956364.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a414",
+ "start": "2024-12-28T12:20:00.000Z",
+ "stop": "2024-12-28T12:47:00.000Z",
+ "title": "Naruto: La Carrera Comenzó, Problema En Altamar",
+ "episode": {
+ "_id": "5e86600da349a20007e54097",
+ "number": 103,
+ "season": 2,
+ "description": "Los sirvientes del jefe piensan que Idate ha hecho que su gran festival tradicional parezca una farsa. Jirocho cree que Idate ha huido y que está planeando algo.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-09-29T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Carrera Comenzó, Problema En Altamar",
+ "slug": "la-carrera-comenzo-problema-en-altamar-2-104",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86600da349a20007e54097/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T10:40:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12462_Naruto-La-Carrera-Comenzo-Problema-En-Altamar-S02E103_1585855956444.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12462_Naruto-La-Carrera-Comenzo-Problema-En-Altamar-S02E103_1585855956444.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a415",
+ "start": "2024-12-28T12:47:00.000Z",
+ "stop": "2024-12-28T13:14:00.000Z",
+ "title": "Naruto: ¡Corre,Idate, corre! ¡La isla Nagi espera!",
+ "episode": {
+ "_id": "5e86601814cc2700074877ca",
+ "number": 104,
+ "season": 2,
+ "description": "Naruto y su equipo consiguen alcanzar a Idate, pero lo encuentran herido e inconsciente cerca de Aoi.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-10-13T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "¡Corre,Idate, corre! ¡La isla Nagi espera!",
+ "slug": "correidate-corre-la-isla-nagi-espera-2-105",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e86601814cc2700074877ca/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T11:07:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12463_Naruto-CorreIdate-Corre-La-Isla-Nagi-Espera-S02E104_1585855968477.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12463_Naruto-CorreIdate-Corre-La-Isla-Nagi-Espera-S02E104_1585855968477.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a416",
+ "start": "2024-12-28T13:14:00.000Z",
+ "stop": "2024-12-28T13:41:00.000Z",
+ "title": "Naruto: La Gran Batalla Del Rayo Ondulado",
+ "episode": {
+ "_id": "5e865ea9dcd25500072c3f66",
+ "number": 105,
+ "season": 2,
+ "description": "A pesar de que Aoi intenta impedirlo, Idate continúa corriendo. Idate sigue sin confiar en nadie y se revela que, durante los Exámenes Chunin, el hermano mayor de Idate era el examinador que propuso la décima pregunta.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-10-20T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Gran Batalla Del Rayo Ondulado",
+ "slug": "la-gran-batalla-del-rayo-ondulado-2-105",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ea9dcd25500072c3f66/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T11:34:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12464_Naruto-La-Gran-Batalla-Del-Rayo-Ondulado-S02E105_1585856033929.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12464_Naruto-La-Gran-Batalla-Del-Rayo-Ondulado-S02E105_1585856033929.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a417",
+ "start": "2024-12-28T13:41:00.000Z",
+ "stop": "2024-12-28T14:08:00.000Z",
+ "title": "Naruto: El Ultimo Esfuerzo, Un Acto Final De Desesperación",
+ "episode": {
+ "_id": "5e865eb45cfdd800074761bb",
+ "number": 106,
+ "season": 2,
+ "description": "El jefe Jirocho espera, seguro de que Idate va a ganar. Pero Aoi, el ninja enviado por el Clan Wagarashi, se interpone en su camino.",
+ "duration": 1620000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-10-27T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Ultimo Esfuerzo, Un Acto Final De Desesperación",
+ "slug": "el-ultimo-esfuerzo-un-acto-final-de-desesperacion-2-106",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865eb45cfdd800074761bb/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T12:01:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12465_Naruto-El-Ultimo-Esfuerzo-Un-Acto-Final-De-Desesperacion-S02E106_1585856033916.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12465_Naruto-El-Ultimo-Esfuerzo-Un-Acto-Final-De-Desesperacion-S02E106_1585856033916.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a418",
+ "start": "2024-12-28T14:08:00.000Z",
+ "stop": "2024-12-28T16:02:00.000Z",
+ "title": "Naruto the Movie: Legend of the Stone of Gelel",
+ "episode": {
+ "_id": "6515c7923e6938001a3d9408",
+ "number": 1,
+ "season": 1,
+ "description": "Naruto, Shikamaru y Sakura se ven envueltos en una feroz lucha por un tesoro que alberga un poder legendario: la Piedra de Gelel.",
+ "duration": 6840000,
+ "originalContentDuration": 5805000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Hirotsugu Kawasaki"
+ ],
+ "actors": [
+ "Alfonso Obregón",
+ "Alondra Hidalgo",
+ "Víctor Ugarte",
+ "Javier Olguín",
+ "Montserrat Aguilar",
+ "Humberto Solórzano",
+ "Isabel Martiñón"
+ ],
+ "writers": [
+ "Masashi Kishimoto"
+ ],
+ "originalReleaseDate": "2005-08-06T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Naruto the Movie: Legend of the Stone of Gelel",
+ "slug": "naruto-the-movie-legend-of-the-stone-of-gelel-lt-2005-1-1",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/6515c7923e6938001a3d9408/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T12:28:00.000Z",
+ "thumbnail": {
+ "path": "https://images.pluto.tv/episodes/6515c7923e6938001a3d9408/thumbnail.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://images.pluto.tv/episodes/6515c7923e6938001a3d9408/screenshot16_9.jpg?fill=blur&fit=fill&fm=jpg&h=540&q=75&w=960"
+ },
+ "series": {
+ "_id": "6515c7903e6938001a3d93ea",
+ "name": "Naruto the Movie: Legend of the Stone of Gelel",
+ "slug": "naruto-the-movie-legend-of-the-stone-of-gelel-lt",
+ "type": "film",
+ "tile": {
+ "path": "https://images.pluto.tv/series/6515c7903e6938001a3d93ea/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "Naruto, Shikamaru y Sakura se ven envueltos en una feroz lucha por un tesoro que alberga un poder legendario: la Piedra de Gelel.",
+ "summary": "Naruto, Shikamaru y Sakura se ven envueltos en una feroz lucha por un tesoro que alberga un poder legendario: la Piedra de Gelel.",
+ "displayName": "Naruto the Movie: Legend of the Stone of Gelel",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/6515c7903e6938001a3d93ea/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/series/6515c7903e6938001a3d93ea/poster16_9.jpg?fill=blur&fit=fill&fm=jpg&h=540&q=75&w=960"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/episodes/6515c7923e6938001a3d9408/poster16_9.jpg?fill=blur&fit=fill&fm=jpg&h=540&q=75&w=960"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a419",
+ "start": "2024-12-28T16:02:00.000Z",
+ "stop": "2024-12-28T16:32:00.000Z",
+ "title": "Naruto: La Batalla Comienza, Naruto Contra Sasuke",
+ "episode": {
+ "_id": "5e865ec7b156d500078c9b25",
+ "number": 107,
+ "season": 3,
+ "description": "Shikamaru es ascendido a chunin y lo celebra junto con sus compañeros en un restaurante de barbacoa. En el hospital, Lee decide someterse a una operación peligrosa para reparar su cuerpo y seguir siendo un ninja.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-11-03T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La Batalla Comienza, Naruto Contra Sasuke",
+ "slug": "la-batalla-comienza-naruto-contra-sasuke-3-107",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ec7b156d500078c9b25/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T14:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12466_Naruto-La-Batalla-Comienza-Naruto-Contra-Sasuke-S03E107_1585856061415.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12466_Naruto-La-Batalla-Comienza-Naruto-Contra-Sasuke-S03E107_1585856061415.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41a",
+ "start": "2024-12-28T16:32:00.000Z",
+ "stop": "2024-12-28T17:02:00.000Z",
+ "title": "Naruto: Rivales Resentidos Y Vínculos Rotos",
+ "episode": {
+ "_id": "5e865ed1e7b08d0007710555",
+ "number": 108,
+ "season": 3,
+ "description": "Naruto y Sasuke desatan sus armas más poderosas el uno sobre el otro y Kakashi llega justo a tiempo para detener la pelea.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-11-10T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Rivales Resentidos Y Vínculos Rotos",
+ "slug": "rivales-resentidos-y-vinculos-rotos-3-108",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ed1e7b08d0007710555/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T14:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12467_Naruto-Rivales-Resentidos-Y-Vinculos-Rotos-S03E108_1585856061386.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12467_Naruto-Rivales-Resentidos-Y-Vinculos-Rotos-S03E108_1585856061386.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41b",
+ "start": "2024-12-28T17:02:00.000Z",
+ "stop": "2024-12-28T17:32:00.000Z",
+ "title": "Naruto: Una Invitación Por Parte Del Sonido",
+ "episode": {
+ "_id": "5e865edb5da6b00007c44e68",
+ "number": 109,
+ "season": 3,
+ "description": "Los Cuatro Ninja del Sonido, Kidomaru, Sakon, Jirobo y Tayuya, aparecen de repente ante Sasuke. Sakura está preocupada acerca de la marca de maldición que Orochimaru puso en Sasuke…",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-11-17T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Una Invitación Por Parte Del Sonido",
+ "slug": "una-invitacion-por-parte-del-sonido-3-109",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865edb5da6b00007c44e68/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T15:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12468_Naruto-Una-Invitacion-Por-Parte-Del-Sonido-S03E109_1585856061409.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12468_Naruto-Una-Invitacion-Por-Parte-Del-Sonido-S03E109_1585856061409.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41c",
+ "start": "2024-12-28T17:32:00.000Z",
+ "stop": "2024-12-28T18:02:00.000Z",
+ "title": "Naruto: Formación: El Escuadrón De Rescate De Sasuke",
+ "episode": {
+ "_id": "5e865ee5ca0456000744fafb",
+ "number": 110,
+ "season": 3,
+ "description": "Las súplicas de Sakura caen en oídos sordos y Sasuke deja la Aldea Escondida entre las Hojas. Cuando Tsunade se entera, llama a Shikamaru para asignarle su primera misión como chunin.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-11-24T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Formación: El Escuadrón De Rescate De Sasuke",
+ "slug": "formacion-el-escuadron-de-rescate-de-sasuke-3-110",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ee5ca0456000744fafb/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T15:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12469_Naruto-Formacion-El-Escuadron-De-Rescate-De-Sasuke-S03E110_1585856061445.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12469_Naruto-Formacion-El-Escuadron-De-Rescate-De-Sasuke-S03E110_1585856061445.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41d",
+ "start": "2024-12-28T18:02:00.000Z",
+ "stop": "2024-12-28T18:32:00.000Z",
+ "title": "Naruto: Sonido Contra Hoja",
+ "episode": {
+ "_id": "5e865ef0de1658000728deea",
+ "number": 111,
+ "season": 3,
+ "description": "Los Cuatro Ninja del Sonido se apresuran hacia la guarida de Orochimaru, llevando a Sasuke. Los jonin Genma y Raido los descubren y deciden desafiarlos.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-11-24T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Sonido Contra Hoja",
+ "slug": "sonido-contra-hoja-3-111",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ef0de1658000728deea/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T16:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12470_Naruto-Sonido-Contra-Hoja-S03E111_1585856061410.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12470_Naruto-Sonido-Contra-Hoja-S03E111_1585856061410.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41e",
+ "start": "2024-12-28T18:32:00.000Z",
+ "stop": "2024-12-28T19:02:00.000Z",
+ "title": "Naruto: Amotinamiento En El Escuadrón: Todo Fracasa",
+ "episode": {
+ "_id": "5e865ef898499400078cd23b",
+ "number": 112,
+ "season": 3,
+ "description": "Naruto y sus compañeros son atrapados en la Prisión de Domo de Tierra de Jirobo. Aunque intentan abrirse camino a base de golpes, los muros se regeneran en cuanto son destruidos.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-12-01T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Amotinamiento En El Escuadrón: Todo Fracasa",
+ "slug": "amotinamiento-en-el-escuadron-todo-fracasa-3-112",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865ef898499400078cd23b/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T16:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12471_Naruto-Amotinamiento-En-El-Escuadron-Todo-Fracasa-S03E112_1585856061384.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12471_Naruto-Amotinamiento-En-El-Escuadron-Todo-Fracasa-S03E112_1585856061384.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a41f",
+ "start": "2024-12-28T19:02:00.000Z",
+ "stop": "2024-12-28T19:32:00.000Z",
+ "title": "Naruto: Poder A Fondo, Choji En Llamas",
+ "episode": {
+ "_id": "5e865f037a3851000787c42f",
+ "number": 113,
+ "season": 3,
+ "description": "Después de liberarse de la Prisión de Domo de Tierra, Shikamaru y el resto persiguen a los ninjas del sonido restantes mientras que Choji permanece allí.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-12-08T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Poder A Fondo, Choji En Llamas",
+ "slug": "poder-a-fondo-choji-en-llamas-3-113",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f037a3851000787c42f/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T17:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12472_Naruto-Poder-A-Fondo-Choji-En-Llamas-S03E113_1585856061411.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12472_Naruto-Poder-A-Fondo-Choji-En-Llamas-S03E113_1585856061411.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a420",
+ "start": "2024-12-28T19:32:00.000Z",
+ "stop": "2024-12-28T20:02:00.000Z",
+ "title": "Naruto: Adiós Viejo Amigo, Siempre Creeréen Ti",
+ "episode": {
+ "_id": "5e865f0bc0bc5b000747c3e3",
+ "number": 114,
+ "season": 3,
+ "description": "Después de tomar la píldora amarilla, parece que Choji va a ganar el combate hasta que Jirobo alcanza su segunda etapa, lo que le concede un inmenso poder.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-12-15T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Adiós Viejo Amigo, Siempre Creeréen Ti",
+ "slug": "adios-viejo-amigo-siempre-creereen-ti-3-114",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f0bc0bc5b000747c3e3/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T17:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12473_Naruto-Adios-Viejo-Amigo-Siempre-Creereen-Ti-S03E114_1585856061404.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12473_Naruto-Adios-Viejo-Amigo-Siempre-Creereen-Ti-S03E114_1585856061404.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a421",
+ "start": "2024-12-28T20:02:00.000Z",
+ "stop": "2024-12-28T20:32:00.000Z",
+ "title": "Naruto: Tu Oponente Soy Yo",
+ "episode": {
+ "_id": "5e865f20b290470007e9cafb",
+ "number": 115,
+ "season": 3,
+ "description": "Asumiendo que el equipo de la hoja no podría superar a Jirobo, los demás ninjas del sonido no se molestan en dejar trampas por el camino.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2004-12-22T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Tu Oponente Soy Yo",
+ "slug": "tu-oponente-soy-yo-3-115",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f20b290470007e9cafb/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T18:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12474_Naruto-Tu-Oponente-Soy-Yo-S03E115_1585856138821.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12474_Naruto-Tu-Oponente-Soy-Yo-S03E115_1585856138821.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a422",
+ "start": "2024-12-28T20:32:00.000Z",
+ "stop": "2024-12-28T21:02:00.000Z",
+ "title": "Naruto: Visión De 360 Grados: El Punto Ciego Del Byakugan",
+ "episode": {
+ "_id": "5e865f31b7da5c0007e5b68a",
+ "number": 116,
+ "season": 3,
+ "description": "Neji se enfrenta a Kidomaru mientras los demás continúan con su persecución de Sasuke y el resto de los ninjas del sonido.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-01-05T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Visión De 360 Grados: El Punto Ciego Del Byakugan",
+ "slug": "vision-de-360-grados-el-punto-ciego-del-byakugan-3-116",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f31b7da5c0007e5b68a/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T18:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12475_Naruto-Vision-De-360-Grados-El-Punto-Ciego-Del-Byakugan-S03E116_1585856147851.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12475_Naruto-Vision-De-360-Grados-El-Punto-Ciego-Del-Byakugan-S03E116_1585856147851.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a423",
+ "start": "2024-12-28T21:02:00.000Z",
+ "stop": "2024-12-28T21:32:00.000Z",
+ "title": "Naruto: Perder No Es Una Opción",
+ "episode": {
+ "_id": "5e865f3d6ea6950007b9b87d",
+ "number": 117,
+ "season": 3,
+ "description": "Kidomaru cambia de táctica y crea un arco y flecha para atacar el punto ciego de Neji.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-01-05T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Perder No Es Una Opción",
+ "slug": "perder-no-es-una-opcion-3-117",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f3d6ea6950007b9b87d/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T19:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12476_Naruto-Perder-No-Es-Una-Opcion-S03E117_1585856152538.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12476_Naruto-Perder-No-Es-Una-Opcion-S03E117_1585856152538.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a424",
+ "start": "2024-12-28T21:32:00.000Z",
+ "stop": "2024-12-28T22:02:00.000Z",
+ "title": "Naruto: El Contenedor Llega Muy Tarde",
+ "episode": {
+ "_id": "5e865f45a3d1f60007817697",
+ "number": 118,
+ "season": 3,
+ "description": "Naruto, Shikamaru, Kiba y Akamaru persiguen a Sasuke y los ninjas del sonido. Naruto y Kiba están molestos por no haber podido alcanzarlos y preparan un ataque sorpresa durante la noche.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-01-12T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Contenedor Llega Muy Tarde",
+ "slug": "el-contenedor-llega-muy-tarde-3-118",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f45a3d1f60007817697/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T19:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12477_Naruto-El-Contenedor-Llega-Muy-Tarde-S03E118_1585856161550.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12477_Naruto-El-Contenedor-Llega-Muy-Tarde-S03E118_1585856161550.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a425",
+ "start": "2024-12-28T22:02:00.000Z",
+ "stop": "2024-12-28T22:32:00.000Z",
+ "title": "Naruto: Un Mal Cálculo, Aparece Un Nuevo Enemigo",
+ "episode": {
+ "_id": "5e865f4e026b9b0007670213",
+ "number": 119,
+ "season": 3,
+ "description": "Akamaru prepara explosivos en los árboles para atrapar a Sakon. Pero un enfurecido Sakon le da a la vuelta a la situación y los explosivos acaban lanzando a Kiba, Akamaru y Sakon por un precipicio.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-01-19T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Un Mal Cálculo, Aparece Un Nuevo Enemigo",
+ "slug": "un-mal-calculo-aparece-un-nuevo-enemigo-3-119",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f4e026b9b0007670213/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T20:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12478_Naruto-Un-Mal-Calculo-Aparece-Un-Nuevo-Enemigo-S03E119_1585856166235.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12478_Naruto-Un-Mal-Calculo-Aparece-Un-Nuevo-Enemigo-S03E119_1585856166235.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a426",
+ "start": "2024-12-28T22:32:00.000Z",
+ "stop": "2024-12-28T23:02:00.000Z",
+ "title": "Naruto: Gruñe Y Aúlla, Un Trabajo Final En Equipo",
+ "episode": {
+ "_id": "5e865f59172a0f0007daa4ac",
+ "number": 120,
+ "season": 3,
+ "description": "Shikamaru está decidido a detener a Tayuya, pero esta utiliza su Jutsu de Invocación para hacer aparecer a tres gigantes. Mientras tanto, en las llanuras, el combate entre Kimimaro y Naruto está a punto de comenzar.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-02-02T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Gruñe Y Aúlla, Un Trabajo Final En Equipo",
+ "slug": "grune-y-aulla-un-trabajo-final-en-equipo-3-120",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e865f59172a0f0007daa4ac/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T20:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12479_Naruto-Grune-Y-Aulla-Un-Trabajo-Final-En-Equipo-S03E120_1585856166228.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/02/5978de854fbb39756e0c304c_108-12479_Naruto-Grune-Y-Aulla-Un-Trabajo-Final-En-Equipo-S03E120_1585856166228.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a427",
+ "start": "2024-12-28T23:02:00.000Z",
+ "stop": "2024-12-28T23:32:00.000Z",
+ "title": "Naruto: Cada quien lucha su propia batalla",
+ "episode": {
+ "_id": "5e90ef93f78bcf001aae1b2b",
+ "number": 121,
+ "season": 3,
+ "description": "Ukon, que es capaz de infiltrarse en los cuerpos ajenos, se introduce en el cuerpo de Kiba e intenta unirse con sus células.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-02-09T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "Cada quien lucha su propia batalla",
+ "slug": "cada-quien-con-su-propia-pelea-3-121-ptv3",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e90ef93f78bcf001aae1b2b/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T21:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12480_Naruto-Cada-Quien-Su-Propia-Pelea-S03E121_1586453767832.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12480_Naruto-Cada-Quien-Su-Propia-Pelea-S03E121_1586453767832.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a428",
+ "start": "2024-12-28T23:32:00.000Z",
+ "stop": "2024-12-29T00:02:00.000Z",
+ "title": "Naruto: El Engaño: Shikamaru De Vuelta",
+ "episode": {
+ "_id": "5e970dd6f7f2370007564cf5",
+ "number": 122,
+ "season": 3,
+ "description": "Akamaru y Kiba, herido, apenas consiguen escapar de Sakon y Ukon. Naruto combate frenéticamente con Kimimaro…",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-02-16T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El Engaño: Shikamaru De Vuelta",
+ "slug": "el-engano-shikamaru-de-vuelta-3-122-ptv1",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e970dd6f7f2370007564cf5/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T21:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12481_Naruto-El-Engano-Shikamaru-De-Vuelta-S03E122_1586453767876.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12481_Naruto-El-Engano-Shikamaru-De-Vuelta-S03E122_1586453767876.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a429",
+ "start": "2024-12-29T00:02:00.000Z",
+ "stop": "2024-12-29T00:32:00.000Z",
+ "title": "Naruto: El guapísimo de la aldea de la hoja",
+ "episode": {
+ "_id": "5e90efc8e97a19001b981552",
+ "number": 123,
+ "season": 3,
+ "description": "Shikamaru consigue atrapar a Tayuya con su Jutsu de Posesión de Sombra, pero Tayuya alcanza su segunda etapa y pelea con una fuerza descomunal.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-02-23T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "El guapísimo de la aldea de la hoja",
+ "slug": "el-guapisimo-de-la-aldea-de-la-hoja-3-123-ptv2",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e90efc8e97a19001b981552/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T22:22:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12482_Naruto-El-Guapisimo-De-La-Aldea-De-La-Hoja-S03E123_1586453767883.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12482_Naruto-El-Guapisimo-De-La-Aldea-De-La-Hoja-S03E123_1586453767883.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "6760bbcc96077d000889a42a",
+ "start": "2024-12-29T00:32:00.000Z",
+ "stop": "2024-12-29T01:02:00.000Z",
+ "title": "Naruto: La bestia interna",
+ "episode": {
+ "_id": "5e90f0aa624349001a69f6a3",
+ "number": 124,
+ "season": 3,
+ "description": "Rock Lee está listo para enfrentarse a Kimimaro, por lo que Naruto puede ir a encontrarse con Sasuke, que se ha despertado.",
+ "duration": 1800000,
+ "originalContentDuration": 1335000,
+ "genre": "Anime",
+ "subGenre": "Anime Action & Adventure",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "directors": [
+ "Eduardo Garza"
+ ],
+ "actors": [
+ "Isabel Martion (Naruto Uzumaki)",
+ "Christine Byrd (Sakura Haruno)",
+ "Victor Ugarte (Sasuke Uchiha)",
+ "Alfonso Obreg (Kakashi Hatake)"
+ ],
+ "writers": [
+ "Eduardo Garza"
+ ],
+ "originalReleaseDate": "2005-03-02T00:00:00.000Z"
+ },
+ "rating": "TV-14",
+ "name": "La bestia interna",
+ "slug": "la-bestia-interna-3-124-ptv2",
+ "poster": {
+ "path": "https://images.pluto.tv/episodes/5e90f0aa624349001a69f6a3/poster.jpg?fill=blur&fit=fill&fm=jpg&h=1000&q=75&w=694"
+ },
+ "firstAired": "2024-01-20T22:52:00.000Z",
+ "thumbnail": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12483_Naruto-La-Bestia-Interna-S03E124_1586453767886.jpg?fill=blur&fit=fill&fm=jpg&h=440&q=75&w=440"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://s3.amazonaws.com/silo.pluto.tv/origin/5978de854fbb39756e0c304c/production/202004/09/5978de854fbb39756e0c304c_108-12483_Naruto-La-Bestia-Interna-S03E124_1586453767886.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "5e73b850e40c9f001a0a9fb4",
+ "name": "Naruto",
+ "slug": "naruto-las-1-ptv2",
+ "type": "tv",
+ "tile": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/tile.jpg?fill=blur&fit=fill&fm=jpg&h=660&q=75&w=660"
+ },
+ "description": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "summary": "La Aldea Escondida en las Hojas es el hogar del ninja más sigiloso de la tierra. Pero doce años antes, un temible zorro de nueve colas aterrorizó a la aldea antes de que fuera sometida y su espíritu sellado dentro del cuerpo de un bebé: ¡Naruto Uzumaki!",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/series/5e73b850e40c9f001a0a9fb4/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ },
+ "poster16_9": {
+ "path": "https://images.pluto.tv/assets/images/default/vod.screenshot16_9-default.jpg"
+ }
+ }
+ },
+ {
+ "_id": "13ab1261a64b8a3b0b07989d",
+ "start": "2024-12-29T01:02:00.000Z",
+ "stop": "2024-12-29T23:30:00.000Z",
+ "title": "Naruto",
+ "episode": {
+ "_id": "a5f0c93321746a809a2acb3f",
+ "number": 0,
+ "description": "no info available",
+ "duration": 0,
+ "originalContentDuration": 0,
+ "genre": "no info available",
+ "subGenre": "no info available",
+ "distributeAs": {
+ "AVOD": false
+ },
+ "clip": {
+ "originalReleaseDate": "2024-12-28T01:42:00.264Z"
+ },
+ "rating": "no rating",
+ "name": "Naruto",
+ "slug": "no-info-available",
+ "poster": {
+ "path": "https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "firstAired": "2024-12-28T01:42:00.264Z",
+ "thumbnail": {
+ "path": "https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "liveBroadcast": false,
+ "featuredImage": {
+ "path": "https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "series": {
+ "_id": "d8327705fef34bca1e8176ec",
+ "name": "Naruto",
+ "slug": "no-info-available",
+ "type": "no info available",
+ "tile": {
+ "path": "https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ },
+ "description": "no info available",
+ "summary": "no info available",
+ "displayName": "Naruto",
+ "featuredImage": {
+ "path": "https://images.pluto.tv/channels/5ee92e72fb286e0007285fec/featuredImage.jpg?fill=blur&fit=fill&fm=jpg&h=900&q=75&w=1600"
+ }
+ }
+ }
+ }
+ ],
+ "restricted": true
+}
\ No newline at end of file
diff --git a/sites/pluto.tv/pluto.tv.all.channels.xml b/sites/pluto.tv/pluto.tv.all.channels.xml
new file mode 100644
index 00000000..855fceee
--- /dev/null
+++ b/sites/pluto.tv/pluto.tv.all.channels.xml
@@ -0,0 +1,453 @@
+
+