Information about plays

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

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

{
    "id": 3569954,
    "uri": "https://api.kexp.org/v2/plays/3569954/?format=api",
    "airdate": "2025-10-25T21:02:24-07:00",
    "show": 64935,
    "show_uri": "https://api.kexp.org/v2/shows/64935/?format=api",
    "image_uri": "https://ia801407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb250.jpg",
    "song": "Party Time",
    "track_id": "b3d41e8f-7e15-3f1d-8fcd-4ce8a018d30b",
    "recording_id": "12f1678a-dbc5-4727-a53c-ae58bf00bc77",
    "artist": "45 Grave",
    "artist_ids": [
        "337027f4-4f29-42f4-bc4d-63e7d4e74e1a"
    ],
    "album": "A Life Less Lived: The Gothic Box",
    "release_id": "9375cfeb-1e3d-4a36-bc7b-f95aceca56d7",
    "release_group_id": "4fd31a3b-32ed-3258-a8cd-aa15f88e7797",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "'Partytime' was the B-side to 45 Grave's cover of 'School's Out' by Alice Cooper. 'Partytime' gained popularity when it was used as the theme song to the 1985 film The Return of the Living Dead and featured on the film's soundtrack.\n\nhttps://www.facebook.com/TheReal45Grave/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}