Information about plays

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

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

{
    "id": 3636655,
    "uri": "https://api.kexp.org/v2/plays/3636655/?format=api",
    "airdate": "2026-04-02T00:02:14-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://dn710404.ca.archive.org/0/items/mbid-2a4d4bcf-7625-4a96-817a-edba4ac89d7a/mbid-2a4d4bcf-7625-4a96-817a-edba4ac89d7a-44740878560_thumb500.jpg",
    "thumbnail_uri": "https://dn710404.ca.archive.org/0/items/mbid-2a4d4bcf-7625-4a96-817a-edba4ac89d7a/mbid-2a4d4bcf-7625-4a96-817a-edba4ac89d7a-44740878560_thumb250.jpg",
    "song": "JAWBREAKER",
    "track_id": "169c2414-5938-4e18-9c3c-f834ee3c0b22",
    "recording_id": "d0ac73fc-ecb5-45aa-8808-d5ef2a3f4da5",
    "artist": "Chong the Nomad",
    "artist_ids": [
        "f8bc2114-691d-48c7-bc19-41c7126896a8"
    ],
    "album": "JAWBREAKER",
    "release_id": "2a4d4bcf-7625-4a96-817a-edba4ac89d7a",
    "release_group_id": "b7f51c0f-b0d4-4799-91d4-bf18289762de",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.chongthenomad.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}