Information about plays

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

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

{
    "id": 3611653,
    "uri": "https://api.kexp.org/v2/plays/3611653/?format=api",
    "airdate": "2026-01-31T23:15:57-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/6ea414aa-77b1-459c-86d4-86c65bc58c7b/22807315432-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6ea414aa-77b1-459c-86d4-86c65bc58c7b/22807315432-250.jpg",
    "song": "Shadowtalker",
    "track_id": null,
    "recording_id": "8fedc144-d21b-4fee-8b77-fd4d81715447",
    "artist": "Ink & Dagger",
    "artist_ids": [
        "5f71179f-99af-4f7c-9918-cfb8ad0e39d7"
    ],
    "album": "Drive This Seven Inch Wooden Stake Through My Philadelphia Heart",
    "release_id": null,
    "release_group_id": "7635b046-a394-3fa8-84e0-99e749078f91",
    "labels": [
        "Initial Records"
    ],
    "label_ids": [
        "8a521a59-26a2-4e58-aedb-08f89f02a77b"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trust Records reissued some Ink & Dagger Records last year.\n\n\nhttps://trustrecords.com/collections/ink-dagger",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}