Information about plays

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

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

{
    "id": 3635123,
    "uri": "https://api.kexp.org/v2/plays/3635123/?format=api",
    "airdate": "2026-03-29T12:52:18-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn711307.ca.archive.org/0/items/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837-1895485105_thumb500.jpg",
    "thumbnail_uri": "https://dn711307.ca.archive.org/0/items/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837/mbid-667867c2-b3b9-4255-9e8e-46e56a6bf837-1895485105_thumb250.jpg",
    "song": "Ever Fallen in Love",
    "track_id": "bbb09fac-adab-3608-9c94-49afaaf4790e",
    "recording_id": "950558db-bedd-4696-a48e-7910010e9380",
    "artist": "Nouvelle Vague",
    "artist_ids": [
        "b017a7ae-e5ee-4675-bb13-c83346134971"
    ],
    "album": "Bande à part",
    "release_id": "667867c2-b3b9-4255-9e8e-46e56a6bf837",
    "release_group_id": "bbfd2ed3-aaec-3448-84eb-6a0abbd6ba96",
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2006-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buzzcocks Cover! http://www.nouvellevaguemusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}