Information about plays

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

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

{
    "id": 3572901,
    "uri": "https://api.kexp.org/v2/plays/3572901/?format=api",
    "airdate": "2025-11-02T01:58:41-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "https://coverartarchive.org/release/34a4ca74-0664-459d-b79b-ad6bd9883ae5/30755904419-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/34a4ca74-0664-459d-b79b-ad6bd9883ae5/30755904419-250.jpg",
    "song": "Eternal Procession",
    "track_id": null,
    "recording_id": "88b2e354-75aa-4182-9a10-c3d393c4f78a",
    "artist": "Mortiferum",
    "artist_ids": [
        "61fed87b-a24a-4423-b34a-1ed0a26b8b38"
    ],
    "album": "Eternal Procession",
    "release_id": null,
    "release_group_id": "e7088dca-096d-46cc-86c6-4aa04d033f2f",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2021-08-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "1:50:58\n\nFor Allison\n\nMost of the members of Mortiferum also play in Caustic Wound.\n\nhttps://mortiferum.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}