Information about plays

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

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

{
    "id": 3636324,
    "uri": "https://api.kexp.org/v2/plays/3636324/?format=api",
    "airdate": "2026-04-01T05:42:14-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-c58f911e-1413-4525-b4b4-53a355f113b4/mbid-c58f911e-1413-4525-b4b4-53a355f113b4-35406325056_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-c58f911e-1413-4525-b4b4-53a355f113b4/mbid-c58f911e-1413-4525-b4b4-53a355f113b4-35406325056_thumb250.jpg",
    "song": "4th Feb (Stay Awake)",
    "track_id": "66929eee-5380-4d95-9834-2a4d17084e02",
    "recording_id": "1b8d42f8-f022-45b9-8fba-a1c61b8b0840",
    "artist": "Alfa Mist",
    "artist_ids": [
        "f5b41828-248a-449d-95b8-fff92db97629"
    ],
    "album": "Variables",
    "release_id": "c58f911e-1413-4525-b4b4-53a355f113b4",
    "release_group_id": "95bc6dc5-273c-4cf0-8828-3cc82f8b8d36",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2023-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"4th Feb (Stay Awake)\" appears on Alfa Mist's fifth album, \"Variables.\"\n\nAlfa Mist says of the record:\n\n\"I've been focused on who I am in my music, but now I'm exploring where I am. I'm asking: how did I get here?\"\n\nhttps://alfamist.bandcamp.com/album/variables\nhttps://alfamist.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}