Information about plays

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

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

{
    "id": 3608774,
    "uri": "https://api.kexp.org/v2/plays/3608774/?format=api",
    "airdate": "2026-01-25T01:51:19-08:00",
    "show": 65748,
    "show_uri": "https://api.kexp.org/v2/shows/65748/?format=api",
    "image_uri": "https://coverartarchive.org/release/18d0c7b1-0616-4468-81b0-45b5c1fc086a/1566651021-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18d0c7b1-0616-4468-81b0-45b5c1fc086a/1566651021-250.jpg",
    "song": "Earth a Raging Blaze",
    "track_id": null,
    "recording_id": "dc5ae1e8-ee30-42f8-8d7a-0ae29f148a9c",
    "artist": "Craft",
    "artist_ids": [
        "e2c5a524-7773-4315-a031-a40525126460"
    ],
    "album": "Fuck the Universe",
    "release_id": null,
    "release_group_id": "aaf385c1-95fa-3fb6-85bd-3573a886fd41",
    "labels": [
        "Carnal Records"
    ],
    "label_ids": [
        "8d1043e3-2d34-46ab-9c2a-b8dbd0f15303"
    ],
    "release_date": "2005-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Craft has announced that they will be performing at Wacken Open Air in Germany this summer.\n\nhttps://www.facebook.com/craftblackmetal\nhttps://www.craftblackmetal.com/\nhttps://craftofficial.bandcamp.com/album/white-noise-and-black-metal",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}