Information about plays

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

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

{
    "id": 3635059,
    "uri": "https://api.kexp.org/v2/plays/3635059/?format=api",
    "airdate": "2026-03-29T09:00:51-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/51dd929a-50fd-4046-8900-fe933b419c32/14150857969-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51dd929a-50fd-4046-8900-fe933b419c32/14150857969-250.jpg",
    "song": "Fallin' Rain",
    "track_id": null,
    "recording_id": "692bb6c1-ded0-4ae0-b4e0-bf4c13916ebc",
    "artist": "Karl Blau feat. Jim James",
    "artist_ids": [
        "688d2d9d-8f49-4187-b558-2c961c699ab1",
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Introducing Karl Blau",
    "release_id": null,
    "release_group_id": "7163568e-135e-4511-8d70-1a9fb12674a3",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2016-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Philadelphia, PA by way of Anacortes, WA musician covering Link Wray live on KEXP https://www.youtube.com/watch?v=3IOOOvyX2UM\n\nhttps://karlblaubellaunion.bandcamp.com/album/introducing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}