Information about plays

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

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

{
    "id": 3520042,
    "uri": "https://api.kexp.org/v2/plays/3520042/?format=api",
    "airdate": "2025-06-28T18:40:39-07:00",
    "show": 63864,
    "show_uri": "https://api.kexp.org/v2/shows/63864/?format=api",
    "image_uri": "https://ia600800.us.archive.org/9/items/mbid-8699944f-8cf0-4a47-b359-cd55bb41fe6f/mbid-8699944f-8cf0-4a47-b359-cd55bb41fe6f-16969125594_thumb500.jpg",
    "thumbnail_uri": "https://ia600800.us.archive.org/9/items/mbid-8699944f-8cf0-4a47-b359-cd55bb41fe6f/mbid-8699944f-8cf0-4a47-b359-cd55bb41fe6f-16969125594_thumb250.jpg",
    "song": "Different Now",
    "track_id": "5f80b90b-dbb3-4a4f-b63d-e0434e3e1ace",
    "recording_id": "2c3fa9b0-ef3f-489e-bf2c-490ef8e4c305",
    "artist": "Chastity Belt",
    "artist_ids": [
        "944267d5-c0f0-4f4e-b3f2-7987d25d0441"
    ],
    "album": "I Used to Spend So Much Time Alone",
    "release_id": "7fce1a1f-e5db-497f-b51d-43a17e013662",
    "release_group_id": "7282fbf0-b2f1-4242-bd68-d4ff7e69acb5",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Seattle band Chastity Belt play \"Different Now\" live on KEXP from back in 2017:\n\nhttps://www.youtube.com/watch?v=SaS5UMnaJmw",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}