Information about plays

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

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

{
    "id": 3589681,
    "uri": "https://api.kexp.org/v2/plays/3589681/?format=api",
    "airdate": "2025-12-11T08:11:57-08:00",
    "show": 65346,
    "show_uri": "https://api.kexp.org/v2/shows/65346/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Moon Spell",
    "track_id": "f0add567-5ab4-452d-8f5d-8bfd920a59bb",
    "recording_id": "c5c4770e-44af-4f4e-bb4e-f074909f4028",
    "artist": "King Tuff",
    "artist_ids": [
        "4e442c83-b547-4d6e-9270-cdd35e3c3195"
    ],
    "album": "Black Moon Spell",
    "release_id": "cc3276df-edcb-40df-9274-cb8e03b5d470",
    "release_group_id": "5693aba5-d4a0-44e9-92a6-42c2ab064e57",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Live Video from King Tuff's full 2014 KEXP in-studio performance here: https://www.youtube.com/watch?v=VMaAS01WxWM.\n\nhttps://kingtuff.bandcamp.com/album/black-moon-spell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}