Information about plays

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

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

{
    "id": 3523066,
    "uri": "https://api.kexp.org/v2/plays/3523066/?format=api",
    "airdate": "2025-07-05T18:05:52-07:00",
    "show": 63931,
    "show_uri": "https://api.kexp.org/v2/shows/63931/?format=api",
    "image_uri": "https://coverartarchive.org/release/39a19f14-7940-426d-895e-8462cdb60480/41605945412-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39a19f14-7940-426d-895e-8462cdb60480/41605945412-250.jpg",
    "song": "Understanding",
    "track_id": null,
    "recording_id": "9ed3f22d-bd81-41cc-a9cd-386ea04c5076",
    "artist": "Pacific Coliseum",
    "artist_ids": [
        "77836ff8-0197-4f4c-8c2d-d2da67f131fe"
    ],
    "album": "Voice Wave",
    "release_id": null,
    "release_group_id": "1efd0a08-0ab2-4dcc-8181-cc4c250c6a35",
    "labels": [
        "Noire & Blanche"
    ],
    "label_ids": [
        "6efcb97c-1eff-4c29-8e2a-acf58a089471"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's more Jamison Jon Baerg Isaak, this time under another alias, Pacific Coliseum!\n\nhttps://pacificcoliseum.bandcamp.com/album/voice-wave-lp",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}