Information about plays

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

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

{
    "id": 3563129,
    "uri": "https://api.kexp.org/v2/plays/3563129/?format=api",
    "airdate": "2025-10-09T18:51:05-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia904507.us.archive.org/0/items/mbid-735ada0f-0792-43fb-a6de-9ba2562f3d94/mbid-735ada0f-0792-43fb-a6de-9ba2562f3d94-7905205971_thumb500.jpg",
    "thumbnail_uri": "https://ia804507.us.archive.org/0/items/mbid-735ada0f-0792-43fb-a6de-9ba2562f3d94/mbid-735ada0f-0792-43fb-a6de-9ba2562f3d94-7905205971_thumb250.jpg",
    "song": "A Night Like This",
    "track_id": "3305dfac-9e93-3ce1-852d-aba0040654e1",
    "recording_id": "707c165f-3cf5-4977-b253-450fcc60bff7",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "The Head on the Door",
    "release_id": "735ada0f-0792-43fb-a6de-9ba2562f3d94",
    "release_group_id": "cf5d6187-e43b-3848-ba51-8ec1df3d97e3",
    "labels": [
        "Rhino",
        "Fiction Records",
        "Elektra"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4",
        "f6182855-aa81-453a-a460-58c0fd71635d",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2006-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#128...\n\n'The Head on the Door' is the first Cure album that was completely composed by singer and guitarist Robert Smith. This is the sixth studio album by The Cure. It was described as a \"collection of pop songs\". https://bit.ly/2giJFnb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}