Information about plays

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

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

{
    "id": 3561638,
    "uri": "https://api.kexp.org/v2/plays/3561638/?format=api",
    "airdate": "2025-10-05T13:51:28-07:00",
    "show": 64754,
    "show_uri": "https://api.kexp.org/v2/shows/64754/?format=api",
    "image_uri": "https://ia800502.us.archive.org/15/items/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb-14763601258_thumb500.jpg",
    "thumbnail_uri": "https://ia800502.us.archive.org/15/items/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb/mbid-3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb-14763601258_thumb250.jpg",
    "song": "Cranes in the Sky",
    "track_id": "90aeb963-88c6-412c-9d96-989381610bf1",
    "recording_id": "8c8047f3-0a64-4440-a8ea-03ca401cde5b",
    "artist": "Solange",
    "artist_ids": [
        "410e7fd3-b865-4fa0-bb18-1b7fd53382ca"
    ],
    "album": "A Seat at the Table",
    "release_id": "3e3c90cd-0c0c-4beb-8f7b-b95a076c89eb",
    "release_group_id": "331a7ba1-fae2-4881-b434-554f46c13746",
    "labels": [
        "Saint Records",
        "Columbia"
    ],
    "label_ids": [
        "b1b1a18a-888a-4d3d-b13b-1b3c5e845bfc",
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#669\n\nKEXP donors always have A Seat at the Table.\n\nhttps://www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}