Information about plays

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

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

{
    "id": 3555007,
    "uri": "https://api.kexp.org/v2/plays/3555007/?format=api",
    "airdate": "2025-09-19T12:53:17-07:00",
    "show": 64602,
    "show_uri": "https://api.kexp.org/v2/shows/64602/?format=api",
    "image_uri": "https://ia800506.us.archive.org/16/items/mbid-46448fcd-eb77-4c94-bc48-2bb89a03d0cf/mbid-46448fcd-eb77-4c94-bc48-2bb89a03d0cf-14119722288_thumb500.jpg",
    "thumbnail_uri": "https://ia600506.us.archive.org/16/items/mbid-46448fcd-eb77-4c94-bc48-2bb89a03d0cf/mbid-46448fcd-eb77-4c94-bc48-2bb89a03d0cf-14119722288_thumb250.jpg",
    "song": "Dynamite Walls",
    "track_id": "f254f121-384f-4d8b-b84c-ea2c0d8f1d04",
    "recording_id": "a1e616e1-b458-49d9-b107-3b3afc72ff7b",
    "artist": "Hayden",
    "artist_ids": [
        "000b1990-4dd8-4835-abcd-bb6038c13ac7"
    ],
    "album": "Skyscraper National Park",
    "release_id": "46448fcd-eb77-4c94-bc48-2bb89a03d0cf",
    "release_group_id": "80d50ef5-0d16-3aac-b347-375892d22ff8",
    "labels": [
        "Loose Music"
    ],
    "label_ids": [
        "4c47716c-7a60-4593-831b-05f1da49936d"
    ],
    "release_date": "2002-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Franny, the best boss in the whole wide world :)\n\nToronto artist Hayden Desser released \"Dynamite Walls\" on his 2002 Skyscraper National Park album. \nhttps://hayden4.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}