Information about plays

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

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

{
    "id": 3636412,
    "uri": "https://api.kexp.org/v2/plays/3636412/?format=api",
    "airdate": "2026-04-01T11:02:06-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://coverartarchive.org/release/2abeea48-0b18-4f95-ba16-25832d502373/34402764621-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2abeea48-0b18-4f95-ba16-25832d502373/34402764621-250.jpg",
    "song": "Israelites",
    "track_id": null,
    "recording_id": null,
    "artist": "Desmond Dekker",
    "artist_ids": [
        "8ac5bea6-3a62-4e28-9df7-03f24d4c06fc"
    ],
    "album": "Israelites: Anthology 1963-1999",
    "release_id": null,
    "release_group_id": "5713db8f-ec21-316c-b26e-2049699edba3",
    "labels": [
        "Trojan Records"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Desmond Dekker was a Jamaican Ska/Reggae songwriter and musician with other popular tracks \"007\", \"It Mek\" and \"You Can Get It If You Really Want\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}