Information about plays

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

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

{
    "id": 3584792,
    "uri": "https://api.kexp.org/v2/plays/3584792/?format=api",
    "airdate": "2025-11-30T00:26:40-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Seclusion",
    "track_id": null,
    "recording_id": null,
    "artist": "Blut aus Nord",
    "artist_ids": [
        "c21db200-1f7c-4c23-b518-cf7fac6b8e85"
    ],
    "album": "Ethereal Horizons",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Debemur Morti Productions"
    ],
    "label_ids": [
        "3efe8ece-e58e-477f-bc49-818c0b6e8b73"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ethereal Horizons just dropped and marks Blut aus Nord's 16th full length release.  The name Blut aus Nord is German and literally translates to \"Blood from North\".\n\nhttps://blutausnord.bandcamp.com/\nhttps://www.facebook.com/Vindsval.official",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}