Information about plays

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

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

{
    "id": 3523851,
    "uri": "https://api.kexp.org/v2/plays/3523851/?format=api",
    "airdate": "2025-07-07T09:44:47-07:00",
    "show": 63947,
    "show_uri": "https://api.kexp.org/v2/shows/63947/?format=api",
    "image_uri": "https://ia801501.us.archive.org/2/items/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a-38026363119_thumb500.jpg",
    "thumbnail_uri": "https://ia801501.us.archive.org/2/items/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a/mbid-7dd14334-c701-42e7-8c55-5e858be73f6a-38026363119_thumb250.jpg",
    "song": "Train in Vain",
    "track_id": "fb280f09-81d8-3cb2-bf3d-f7633a87dc35",
    "recording_id": "09bb4e39-692e-4685-893b-8dad0bbcf549",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "London Calling",
    "release_id": "7dd14334-c701-42e7-8c55-5e858be73f6a",
    "release_group_id": "8d73e45e-7ca1-3cb4-ae28-6da76196c17c",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2004-09-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The group has said, “'Train in Vain' was the last song we finished after the artwork [for \"London Calling\"] went to the printer. A couple of Clash websites describe it as a hidden track, but it wasn’t intended to be hidden. The sleeve was already printed before we tacked the song on the end of the master tape.\"\n\nhttps://www.theclash.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}