Information about plays

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

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

{
    "id": 3611178,
    "uri": "https://api.kexp.org/v2/plays/3611178/?format=api",
    "airdate": "2026-01-30T22:02:25-08:00",
    "show": 65797,
    "show_uri": "https://api.kexp.org/v2/shows/65797/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Get Up",
    "track_id": null,
    "recording_id": "d047935f-0509-42bc-973b-a4d46da43285",
    "artist": "The Coup feat. dead prez",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5",
        "3b02795b-bd2c-4aac-8f6c-e581514cc2d8"
    ],
    "album": "Party Music",
    "release_id": null,
    "release_group_id": "347a26de-664c-3c55-b8c9-ca296f1b23f1",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When The Coup's Boots Riley linked up with dead prez for this track, it was a meeting of two of hip-hop's most politically conscious forces. This is revolutionary music in every sense.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}