Information about plays

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

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

{
    "id": 3641565,
    "uri": "https://api.kexp.org/v2/plays/3641565/?format=api",
    "airdate": "2026-04-13T12:46:49-07:00",
    "show": 66443,
    "show_uri": "https://api.kexp.org/v2/shows/66443/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-0d93e590-ac0c-4c2e-9ba1-35a21612a7cf/mbid-0d93e590-ac0c-4c2e-9ba1-35a21612a7cf-11165102521_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-0d93e590-ac0c-4c2e-9ba1-35a21612a7cf/mbid-0d93e590-ac0c-4c2e-9ba1-35a21612a7cf-11165102521_thumb250.jpg",
    "song": "Empire",
    "track_id": "93c3be0d-4159-46fa-b110-03fcb1ce128f",
    "recording_id": "865189e5-855b-4b90-9edc-c037846283e3",
    "artist": "Of Monsters and Men",
    "artist_ids": [
        "9e103f85-7af7-41d7-b83b-49ba8f0c5abf"
    ],
    "album": "Beneath the Skin",
    "release_id": "0d93e590-ac0c-4c2e-9ba1-35a21612a7cf",
    "release_group_id": "2e1e605d-5090-420d-beae-e7ff73791082",
    "labels": [
        "Record Records"
    ],
    "label_ids": [
        "59e8b217-51cc-48aa-8f6d-4b47db422e44"
    ],
    "release_date": "2015-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iceland's Of Monsters and Men is playing Seattle's Paramount Theatre on Tuesday, July 28th!\n\nhttps://www.ofmonstersandmen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}