Information about plays

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

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

{
    "id": 3607532,
    "uri": "https://api.kexp.org/v2/plays/3607532/?format=api",
    "airdate": "2026-01-22T06:08:57-08:00",
    "show": 65721,
    "show_uri": "https://api.kexp.org/v2/shows/65721/?format=api",
    "image_uri": "https://ia800201.us.archive.org/34/items/mbid-3c7ec844-a2d8-4203-8c14-a6692491b57b/mbid-3c7ec844-a2d8-4203-8c14-a6692491b57b-13323541997_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/34/items/mbid-3c7ec844-a2d8-4203-8c14-a6692491b57b/mbid-3c7ec844-a2d8-4203-8c14-a6692491b57b-13323541997_thumb250.jpg",
    "song": "Watch Your Back",
    "track_id": "9828bdb6-82ea-4ce6-a2a9-b90ddc5b83b6",
    "recording_id": "a1270d9f-4fac-4373-83d7-9ec1978a478c",
    "artist": "The Coathangers",
    "artist_ids": [
        "60698f82-b047-48a4-8612-8e9bde5b5fd4"
    ],
    "album": "Nosebleed Weekend",
    "release_id": "3c7ec844-a2d8-4203-8c14-a6692491b57b",
    "release_group_id": "b8e1921d-d181-4dae-a63a-aec183247483",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Atlanta, Georgia. \n\nhttps://thecoathangers.bandcamp.com/track/watch-your-back-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}