Information about plays

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

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

{
    "id": 3646759,
    "uri": "https://api.kexp.org/v2/plays/3646759/?format=api",
    "airdate": "2026-04-25T22:29:32-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Washington + Womb to Knife",
    "track_id": null,
    "recording_id": null,
    "artist": "Black God",
    "artist_ids": [
        "eebf17e5-7a9f-4c8f-b9cb-0f849c3c85f8"
    ],
    "album": "Three",
    "release_id": null,
    "release_group_id": "07664570-734f-4106-b855-76145a2ef918",
    "labels": [
        "Auxiliary Records"
    ],
    "label_ids": [
        "4356c2b0-ea9e-46ac-93d5-9b09f1f34786"
    ],
    "release_date": "2013-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Louisville-based Black God released four 7\" records on No Idea Records and were a band from 2010-2018.\n\nhttps://blackgodlouisville.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}