Information about plays

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

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

{
    "id": 3520053,
    "uri": "https://api.kexp.org/v2/plays/3520053/?format=api",
    "airdate": "2025-06-28T19:00:02-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "https://ia802203.us.archive.org/9/items/mbid-8bc54ea5-842f-4baa-a77d-34b064e9b2c9/mbid-8bc54ea5-842f-4baa-a77d-34b064e9b2c9-31778001205_thumb500.jpg",
    "thumbnail_uri": "https://ia902203.us.archive.org/9/items/mbid-8bc54ea5-842f-4baa-a77d-34b064e9b2c9/mbid-8bc54ea5-842f-4baa-a77d-34b064e9b2c9-31778001205_thumb250.jpg",
    "song": "Gay Bar Blues",
    "track_id": "a615eb52-0bc0-4c1a-af5d-412e279cdadb",
    "recording_id": "e4e2097b-0539-4ac9-b38b-ca3fff30f289",
    "artist": "Lavender Country",
    "artist_ids": [
        "26153021-5c06-403d-b8a9-2f06f19090c1"
    ],
    "album": "Blackberry Rose",
    "release_id": "8bc54ea5-842f-4baa-a77d-34b064e9b2c9",
    "release_group_id": "96b24dd5-ce63-4c9d-b7da-0033e3e53778",
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2022-02-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The legend Patrick Haggerty!! This was his return to recording after his landmark 1973 self-titled album, one of the first country records from an openly gay artist. Haggerty passed away in 2022, shortly after Blackberry Rose was released.\n\nhttps://lavendercountry.bandcamp.com/album/blackberry-rose",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}