list:
Returns all audiovisual according to the domain that makes the query.
export_excel:
Export all audiovisuals to excel according to the domain that makes the query
export_down_movies:
export audiovisual downs to excel according to the domain that makes the query
export_up_movies:
Export audiovisual ups to excel according to the domain that makes the query
retrieve:
Returns an audiovisual according to the domain that makes the query.

GET /api/v1/videos/audiovisuals/relevant_genres/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 16,
        "name": "Drama",
        "slug": "drama"
    },
    {
        "id": 15,
        "name": "Documental",
        "slug": "documental"
    },
    {
        "id": 10,
        "name": "Comedia",
        "slug": "comedy"
    },
    {
        "id": 45,
        "name": "Teatro",
        "slug": "teatro"
    },
    {
        "id": 4,
        "name": "Aventuras",
        "slug": "aventuras"
    },
    {
        "id": 19,
        "name": "Suspense",
        "slug": "suspense"
    },
    {
        "id": 2,
        "name": "Animación",
        "slug": "animacion"
    },
    {
        "id": 1,
        "name": "Acción",
        "slug": "accion"
    },
    {
        "id": 14,
        "name": "Infantil",
        "slug": "infantil"
    },
    {
        "id": 11,
        "name": "Romántico",
        "slug": "romantico"
    },
    {
        "id": 20,
        "name": "Terror",
        "slug": "terror"
    },
    {
        "id": 6,
        "name": "Ciencia Ficción",
        "slug": "ciencia-ficcion"
    },
    {
        "id": 9,
        "name": "Clásicos",
        "slug": "clasicos"
    },
    {
        "id": 287,
        "name": "Criminal",
        "slug": "criminal"
    },
    {
        "id": 17,
        "name": "Fantástico",
        "slug": "fantastico"
    },
    {
        "id": 36,
        "name": "Misterio",
        "slug": "misterio"
    },
    {
        "id": 254,
        "name": "Biografía",
        "slug": "biografia"
    },
    {
        "id": 5,
        "name": "Cine Bélico",
        "slug": "cine-belico"
    }
]