Information about plays

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

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

{
    "id": 3641309,
    "uri": "https://api.kexp.org/v2/plays/3641309/?format=api",
    "airdate": "2026-04-12T19:45:35-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Adome Nyueto",
    "track_id": null,
    "recording_id": "6526448c-a781-4a7f-9bc2-6b7d7a30467b",
    "artist": "Yta Jourias",
    "artist_ids": [
        "b4e7bf9b-52c7-4002-9b52-7f564be8616e"
    ],
    "album": "Togo Soul 70",
    "release_id": null,
    "release_group_id": "8a948933-21b1-406b-bfc9-1768dc416f9b",
    "labels": [
        "Discafrique Records"
    ],
    "label_ids": [
        "6790a2dc-25ec-4fcf-a8da-7fa5bd51279c"
    ],
    "release_date": "2016-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Togo, Yta Jourias likely originally released \"Adome Nyueto\" sometime in the 70s on the album Air Afrique, though this more recent mix came out on the 2016 compilation album Togo Soul 70.\n\nhttps://hotcasarecords.bandcamp.com/track/adome-nyueto",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}