Information about plays

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

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

{
    "id": 3561413,
    "uri": "https://api.kexp.org/v2/plays/3561413/?format=api",
    "airdate": "2025-10-04T22:33:38-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/97aea143-d742-473e-8f32-20015350f09e/29151367242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/97aea143-d742-473e-8f32-20015350f09e/29151367242-250.jpg",
    "song": "Crater + Minit Maid + White Food",
    "track_id": null,
    "recording_id": null,
    "artist": "Hagfish",
    "artist_ids": [
        "532b2b4d-e271-44f9-970e-dc2e1225f1a0"
    ],
    "album": "...Rocks Your Lame Ass",
    "release_id": null,
    "release_group_id": "6692d746-d6d1-3f57-8e01-cf95c3d50a5f",
    "labels": [
        "Porterhouse Records"
    ],
    "label_ids": [
        "b0d1d672-7c85-455d-8d08-f86423535a65"
    ],
    "release_date": "1995-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remastered on beautiful opaque orange vinyl by Porterhouse Records limited to 500 copies.\n\nhttps://www.porterhouserecords.com/store/hagfish/rocksYourLameAss.html\nhttps://www.punkrocktheory.com/news/porterhouse-records-release-hagfishs-rock-your-lame-ass-vinyl-first-time-ever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}