Information about plays

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

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

{
    "id": 3588292,
    "uri": "https://api.kexp.org/v2/plays/3588292/?format=api",
    "airdate": "2025-12-08T00:02:04-08:00",
    "show": 65318,
    "show_uri": "https://api.kexp.org/v2/shows/65318/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ease My Mind",
    "track_id": null,
    "recording_id": "c2b8ca0c-797b-40a8-82ed-a39174c395fc",
    "artist": "Chris Lake × Abel Balder",
    "artist_ids": [
        "fca94d64-9ada-4264-9373-4158e2f7c7e7",
        "13a4db9a-b604-4538-a181-bb55e1ccd02b"
    ],
    "album": "Ease My Mind",
    "release_id": null,
    "release_group_id": "726ae50e-c626-4d80-af72-abd7f75de6cf",
    "labels": [
        "Black Book Records"
    ],
    "label_ids": [
        "01381d50-be59-41e0-924a-728c48db3972"
    ],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}