Information about plays

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

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

{
    "id": 3571525,
    "uri": "https://api.kexp.org/v2/plays/3571525/?format=api",
    "airdate": "2025-10-29T19:46:20-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Mass",
    "track_id": null,
    "recording_id": "8dce57ad-1f4f-424f-aa11-7e5cc04ee325",
    "artist": "Jason Crest",
    "artist_ids": [
        "37ca082c-be25-4d09-a601-899a443bf816"
    ],
    "album": "A Kaleidoscope Of Sounds Psychedelic & Freakbeat Masterpieces",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Universal Music"
    ],
    "label_ids": [],
    "release_date": "2018-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Request from Kevin!\n\nOff the compilation record of Psychedelic & Freakbeat singles from the 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}