Information about plays

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

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

{
    "id": 3572876,
    "uri": "https://api.kexp.org/v2/plays/3572876/?format=api",
    "airdate": "2025-11-02T00:54:37-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Veins of the Saints",
    "track_id": null,
    "recording_id": "796edfeb-3452-4afe-a439-fc6cf353703b",
    "artist": "ArsGoetia",
    "artist_ids": [
        "d6d67dff-173c-44a3-82cf-372a6fa9adbe"
    ],
    "album": "Hiding Amongst Humans",
    "release_id": null,
    "release_group_id": "c521145f-2c25-46fc-b92a-13a43b566117",
    "labels": [
        "Ván"
    ],
    "label_ids": [
        "78e10f52-49ff-44cd-96eb-0631d30b879d"
    ],
    "release_date": "2023-04-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ArsGoetia released their sophomore album, Agitators of Hysteria earlier this year on Van Records.\n\nhttps://www.facebook.com/arsgoatiaofficial\nhttps://arsgoatia-vanrecords.bandcamp.com/album/hiding-amongst-humans",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}