Information about plays

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

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

{
    "id": 3600410,
    "uri": "https://api.kexp.org/v2/plays/3600410/?format=api",
    "airdate": "2026-01-05T02:17:52-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Night",
    "track_id": null,
    "recording_id": "607c2e94-d614-4051-ba61-f3d42cff3ef6",
    "artist": "James Booker",
    "artist_ids": [
        "fe155348-c8a6-4d09-af55-4d9a53b89e76"
    ],
    "album": "King of the New Orleans Keyboard",
    "release_id": null,
    "release_group_id": "d268767f-75e8-45a2-a010-bead47d367bf",
    "labels": [
        "JSP Records"
    ],
    "label_ids": [
        "21cfba77-b671-475d-b2a6-a3f66b3b4c1d"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}