Information about plays

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

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

{
    "id": 3603837,
    "uri": "https://api.kexp.org/v2/plays/3603837/?format=api",
    "airdate": "2026-01-13T12:02:07-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aly, Walk With Me",
    "track_id": null,
    "recording_id": "0139ec9d-04c1-41c8-9c1a-537e69edde92",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "Live at KEXP, Volume Four",
    "release_id": null,
    "release_group_id": "a32e5bc9-0c81-374c-a95e-7174ae588a19",
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go back, back, back in time to see The Raveonettes perform this song live in the KEXP Bumbershoot Music Lounge in 2010: https://www.youtube.com/watch?v=6Hl4r3zk1G4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}