Information about plays

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

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

{
    "id": 3600396,
    "uri": "https://api.kexp.org/v2/plays/3600396/?format=api",
    "airdate": "2026-01-05T01:10:22-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "https://coverartarchive.org/release/bef7cfd4-01ca-4855-a188-7b5b97e09a1d/15654138979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bef7cfd4-01ca-4855-a188-7b5b97e09a1d/15654138979-250.jpg",
    "song": "1000 Rads",
    "track_id": null,
    "recording_id": "616c86cd-d008-432b-bb7d-2d68f778c194",
    "artist": "David Axelrod",
    "artist_ids": [
        "d5c756c1-4872-457b-8f00-d620547cbb85"
    ],
    "album": "Seriously Deep",
    "release_id": null,
    "release_group_id": "108c7feb-fd79-4d9e-aa6e-4a3ee202a964",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}