Information about plays

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

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

{
    "id": 3578790,
    "uri": "https://api.kexp.org/v2/plays/3578790/?format=api",
    "airdate": "2025-11-16T01:40:26-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/30be574a-689a-4763-93f0-23dd97bf120d/11598778869-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/30be574a-689a-4763-93f0-23dd97bf120d/11598778869-250.jpg",
    "song": "Feast of the Damned",
    "track_id": null,
    "recording_id": "9d4feb9b-becb-4ae0-9d46-b51f05bf4848",
    "artist": "Black Breath",
    "artist_ids": [
        "e9df4e93-6f7a-448a-a5ac-d30c27a6d22c"
    ],
    "album": "Sentenced to Life",
    "release_id": null,
    "release_group_id": "9f43e48e-3649-4aab-ab39-e6a3bf670f5c",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2012-03-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Elijah Nelson 1979-2019\n\nhttps://blackbreathsl.bandcamp.com/album/razor-to-oblivion\nhttps://www.facebook.com/BLACKBREATH.MUSIC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}