Information about plays

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

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

{
    "id": 3620828,
    "uri": "https://api.kexp.org/v2/plays/3620828/?format=api",
    "airdate": "2026-02-22T13:56:35-08:00",
    "show": 66002,
    "show_uri": "https://api.kexp.org/v2/shows/66002/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ahonetwo, Ahonetwo",
    "track_id": "3270a8b8-2017-3b40-a741-d7f0b1855e66",
    "recording_id": "f56be6dc-92bd-4ad2-aeb0-49ffb1ddbbbf",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "I Wish My Brother George Was Here",
    "release_id": "5c4b42bf-3fd8-43eb-bb64-ecb4259b68fe",
    "release_group_id": "719890ae-5409-3cdc-9f7d-2550a8dbae8b",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1991-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Matt in San Diego!\n\nhttps://delthefunkyhomosapien.bandcamp.com/album/i-wish-my-brother-george-was-here\nhttps://delthefunkyhomosapien.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}