Information about plays

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

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

{
    "id": 3641202,
    "uri": "https://api.kexp.org/v2/plays/3641202/?format=api",
    "airdate": "2026-04-12T13:40:55-07:00",
    "show": 66434,
    "show_uri": "https://api.kexp.org/v2/shows/66434/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bird of Paradise",
    "track_id": null,
    "recording_id": "2edd4216-7713-45b4-b0eb-d723efb2a0c1",
    "artist": "Los Colognes",
    "artist_ids": [
        "211e4ef0-6520-49d3-8184-15f3f6c84780"
    ],
    "album": "Working Together",
    "release_id": null,
    "release_group_id": "92123f3c-1c2a-4a9a-8212-011be761eba7",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the Nashville band’s 2013 Roadhouse live on KEXP session https://www.youtube.com/watch?v=qgXEoYptqc4&t=1s\n\nhttps://loscolognes.bandcamp.com/album/working-together",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}