Information about plays

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

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

{
    "id": 3636304,
    "uri": "https://api.kexp.org/v2/plays/3636304/?format=api",
    "airdate": "2026-04-01T04:32:42-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://ia801705.us.archive.org/31/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb500.jpg",
    "thumbnail_uri": "https://ia801705.us.archive.org/31/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb250.jpg",
    "song": "Horror Business",
    "track_id": "959d7e63-ab59-33e9-aefd-97233994dc31",
    "recording_id": "976b6658-8397-4aca-a795-27434bdf1498",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Box Set",
    "release_id": "be530155-572e-42a2-afc5-bd3a12c377ca",
    "release_group_id": "c87a760c-a32c-3809-a715-54f80033df05",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}