Information about plays

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

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

{
    "id": 3636274,
    "uri": "https://api.kexp.org/v2/plays/3636274/?format=api",
    "airdate": "2026-04-01T03:18:58-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb500.jpg",
    "thumbnail_uri": "https://ia801609.us.archive.org/32/items/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb/mbid-22207c85-9568-30a2-bafa-cdc47e24d7bb-5751931666_thumb250.jpg",
    "song": "Flushed From the Bathroom of Your Heart",
    "track_id": "542db71c-91c6-3084-b720-6454cbd720a8",
    "recording_id": "14328993-6d10-439c-9356-46289183da2e",
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "At Folsom Prison",
    "release_id": "22207c85-9568-30a2-bafa-cdc47e24d7bb",
    "release_group_id": "6b4ea595-3378-3019-be5f-058412670791",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}