Information about plays

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

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

{
    "id": 3633370,
    "uri": "https://api.kexp.org/v2/plays/3633370/?format=api",
    "airdate": "2026-03-25T04:37:03-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh L'Amour (Almighty radio edit)",
    "track_id": null,
    "recording_id": "c5c50818-fe33-4d82-8f20-f40ec917d249",
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Oh L'Amour",
    "release_id": null,
    "release_group_id": "79d1cd2a-2dde-46e0-b560-460283247bcf",
    "labels": [
        "Almighty Records"
    ],
    "label_ids": [
        "6d590365-55a0-46e4-a99e-a92424d0464e"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erasure are an English synth-pop duo formed in London in 1985, consisting of lead vocalist and songwriter Andy Bell and songwriter, producer and keyboardist Vince Clarke, the latter previously a co-founder of the band Depeche Mode and synth-pop duo Yazoo.  https://www.youtube.com/watch?v=kFduy8qQIOg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}