Information about plays

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

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

{
    "id": 3571595,
    "uri": "https://api.kexp.org/v2/plays/3571595/?format=api",
    "airdate": "2025-10-29T23:37:13-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://ia601407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb500.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb250.jpg",
    "song": "Halloween",
    "track_id": "c99289f3-e565-3fbf-b682-3e5ddc82a1a3",
    "recording_id": "22dbfe52-d401-4699-92dc-eabd60db71f2",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}