Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3567742/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3567742,
    "uri": "https://api.kexp.org/v2/plays/3567742/?format=api",
    "airdate": "2025-10-20T20:51:05-07:00",
    "show": 64890,
    "show_uri": "https://api.kexp.org/v2/shows/64890/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c3d6a8b-e19b-4585-a22c-35010e035000/36970120480-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c3d6a8b-e19b-4585-a22c-35010e035000/36970120480-250.jpg",
    "song": "Invisible",
    "track_id": null,
    "recording_id": "8253aebc-d64d-4e95-b948-20a5fad3d2ac",
    "artist": "Mujer Cebra",
    "artist_ids": [
        "5a1fe71e-ff93-4266-a124-70c1f247c8b4"
    ],
    "album": "Clase B",
    "release_id": null,
    "release_group_id": "a4a3b158-5893-410d-a4bd-237fecc50b98",
    "labels": [
        "Sony Music Entertainment Argentina S.A."
    ],
    "label_ids": [
        "1c1318b2-0a6c-436b-95c6-3b05df297753"
    ],
    "release_date": "2023-10-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "EN: Released on October 11, 2023, “Invisible” is a track by the Argentine rock band Mujer Cebra, featured on their album CLASE B. The song delves into themes of introspection and emotional depth, characteristic of the band's style.\nES: Lanzada el 11 de octubre de 2023, «Invisible» es una canción de la banda argentina de rock Mujer Cebra, incluida en su álbum CLASE B. La canción profundiza en temas de introspección y profundidad emocional, característicos del estilo de la banda.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}