Information about plays

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

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

{
    "id": 3610759,
    "uri": "https://api.kexp.org/v2/plays/3610759/?format=api",
    "airdate": "2026-01-29T20:41:52-08:00",
    "show": 65788,
    "show_uri": "https://api.kexp.org/v2/shows/65788/?format=api",
    "image_uri": "https://coverartarchive.org/release/94212aee-578e-472f-b518-37ce0f57c4b2/38420217676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/94212aee-578e-472f-b518-37ce0f57c4b2/38420217676-250.jpg",
    "song": "Headless Monarch",
    "track_id": null,
    "recording_id": "7edd54fd-a72e-4da0-b34d-7c6f6661f538",
    "artist": "Coffins",
    "artist_ids": [
        "1368c377-cf4e-4e33-b2e9-04e0fbf4ae9d"
    ],
    "album": "Sinister Oath",
    "release_id": null,
    "release_group_id": "9f323ea1-0b18-43f7-9684-41883665bdd7",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2024-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death Metal from Japan >:)\n\nhttps://coffins.bandcamp.com/album/sinister-oath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}