Information about plays

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

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

{
    "id": 3624408,
    "uri": "https://api.kexp.org/v2/plays/3624408/?format=api",
    "airdate": "2026-03-02T13:07:29-08:00",
    "show": 66073,
    "show_uri": "https://api.kexp.org/v2/shows/66073/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Anti War Dub",
    "track_id": null,
    "recording_id": "20ac852c-e213-462b-b68e-e28b95fcc46e",
    "artist": "Mala & Spen G",
    "artist_ids": [
        "09f221eb-c97e-4da5-ac22-d7ab7c555bbb",
        "cbd1d11c-2e07-484e-a1dd-a1f39801f40e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "CircoLoco Records"
    ],
    "label_ids": [
        "99c5f5ca-c0b1-4928-862b-bf97e1655d10"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"16 years ago in basements and bedroom studio’s in south London, a new sound was born…. Mala was part of the music revolution which came to be known as ‘dubstep'.\" \n\nhttps://mala-music.bandcamp.com/track/anti-war-dub\nhttps://www.maladmz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}