Information about plays

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

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

{
    "id": 3521495,
    "uri": "https://api.kexp.org/v2/plays/3521495/?format=api",
    "airdate": "2025-07-02T03:40:04-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia801902.us.archive.org/2/items/mbid-02e6e710-840a-4da0-8970-42acab685aa0/mbid-02e6e710-840a-4da0-8970-42acab685aa0-4145235523_thumb500.jpg",
    "thumbnail_uri": "https://ia801902.us.archive.org/2/items/mbid-02e6e710-840a-4da0-8970-42acab685aa0/mbid-02e6e710-840a-4da0-8970-42acab685aa0-4145235523_thumb250.jpg",
    "song": "Drink Drank Drunk",
    "track_id": "06b76939-a47c-3b23-82ff-9cb8d96e398d",
    "recording_id": "721d2aa1-07e2-4a62-a389-34badea189ed",
    "artist": "A Sunny Day in Glasgow",
    "artist_ids": [
        "73571028-9318-4090-ab36-c111974e195b"
    ],
    "album": "Autumn, Again",
    "release_id": "02e6e710-840a-4da0-8970-42acab685aa0",
    "release_group_id": "74f021d9-7aa4-4edc-aa86-d693dc9d30a9",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their Bandcamp page: \"A Sunny Day in Glasgow is a post-nation musical outfit. Its members live in three different cities and two different hemispheres but, the band began in a Philadelphia bedroom in 2006.\" https://asunnydayinglasgow.bandcamp.com/track/drink-drank-drunk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}