Information about plays

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

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

{
    "id": 3636282,
    "uri": "https://api.kexp.org/v2/plays/3636282/?format=api",
    "airdate": "2026-04-01T03:38:07-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-444c57ea-d570-41ae-b5db-06ab0029315a/mbid-444c57ea-d570-41ae-b5db-06ab0029315a-34522141927_thumb500.jpg",
    "thumbnail_uri": "https://ia600800.us.archive.org/30/items/mbid-444c57ea-d570-41ae-b5db-06ab0029315a/mbid-444c57ea-d570-41ae-b5db-06ab0029315a-34522141927_thumb250.jpg",
    "song": "Soap and Water",
    "track_id": "45d2d903-a701-3fce-863f-a0ad96702a60",
    "recording_id": "c1d91b94-91d7-4d25-8793-337f51e88302",
    "artist": "Chuck Prophet",
    "artist_ids": [
        "61568439-b790-4e96-9b4f-64503ce0ab12"
    ],
    "album": "Soap and Water",
    "release_id": "444c57ea-d570-41ae-b5db-06ab0029315a",
    "release_group_id": "385472d6-042a-36f0-a1b9-43238c38fa6f",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-10-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}