Information about plays

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

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

{
    "id": 3429287,
    "uri": "https://api.kexp.org/v2/plays/3429287/?format=api",
    "airdate": "2024-11-24T00:04:39-08:00",
    "show": 61931,
    "show_uri": "https://api.kexp.org/v2/shows/61931/?format=api",
    "image_uri": "https://coverartarchive.org/release/e410ae87-547b-4602-af17-3e2ffea3af3e/34667477752-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e410ae87-547b-4602-af17-3e2ffea3af3e/34667477752-250.jpg",
    "song": "The Frozen Flame",
    "track_id": null,
    "recording_id": "327e8c4f-ccfd-48d9-a20b-9d2151560733",
    "artist": "Moribund Dawn",
    "artist_ids": [
        "3f80c047-dffb-46ab-80ed-65869f29f1eb"
    ],
    "album": "Dark Mysteries of Time & Eternity",
    "release_id": null,
    "release_group_id": "5a2b1ab3-60f3-40ed-aac4-5c2d3af24aaa",
    "labels": [
        "Carbonized Records"
    ],
    "label_ids": [
        "8d5655e0-425f-46c3-b2d0-6eff96fcf4e3"
    ],
    "release_date": "2022-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moribund Dawn proudly presents their Debut Full-Length, 'Dark Mysteries of Time & Eternity'! Mystical and Imperial Swedish-Style Black Metal praising Vinterland, Dawn, & Dissection.  Featuring members of Gatecreeper and Savage Necromancy.\n\nhttps://carbonizedrecords.bandcamp.com/album/dark-mysteries-of-time-eternity",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}