Information about plays

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

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

{
    "id": 3580411,
    "uri": "https://api.kexp.org/v2/plays/3580411/?format=api",
    "airdate": "2025-11-19T22:56:24-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chaos Space Marine",
    "track_id": "6293e558-3c15-41ef-ba8c-f8c9881129b2",
    "recording_id": "a3878518-5b93-4b3f-beb1-8320a49364e2",
    "artist": "Black Country, New Road",
    "artist_ids": [
        "e9403d9c-329b-4108-a26f-564159d441d9"
    ],
    "album": "Ants From Up There",
    "release_id": "d9a6a448-a14f-4776-ae47-43125358fcb7",
    "release_group_id": "d622ed70-ccc3-4658-8a0a-b7a2d577c28d",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2022-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Country, New Road performed Live in the KEXP studio in May. You can watch here:\n\nhttps://www.youtube.com/watch?v=MkypqnDwsUI\n\nAnd you can donate here, to make future sessions like this possible: kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}