Information about plays

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

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

{
    "id": 3561447,
    "uri": "https://api.kexp.org/v2/plays/3561447/?format=api",
    "airdate": "2025-10-05T00:11:11-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/f5d8c2db-5054-4e77-a849-1a0d5704dac9/22030867304-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f5d8c2db-5054-4e77-a849-1a0d5704dac9/22030867304-250.jpg",
    "song": "Mummy Invasion",
    "track_id": null,
    "recording_id": "6c8527f9-764f-4580-896e-94d84cf50050",
    "artist": "Gama Bomb",
    "artist_ids": [
        "50380917-c3ea-4102-854f-900213c12337"
    ],
    "album": "Tales From the Grave in Space",
    "release_id": null,
    "release_group_id": "5e5703a7-b9f6-43fa-a11a-9f181bd416bb",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "2009-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ireland's Gama Bomb is currently touring Europe and will be playing the Freedom of the Seas metal festival in Miami, FL on January 29th - February 2nd with Dark Tranquility, Skeletal Remains, Amorphis, and many more.\n\nhttps://gamabomb.bandcamp.com/album/gama-bomb-necronomicon-automaton",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}