Information about plays

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

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

{
    "id": 3553192,
    "uri": "https://api.kexp.org/v2/plays/3553192/?format=api",
    "airdate": "2025-09-15T01:17:45-07:00",
    "show": 64566,
    "show_uri": "https://api.kexp.org/v2/shows/64566/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jasper Country Man",
    "track_id": null,
    "recording_id": "b86fec03-c56a-4e35-b482-f9f7374df58c",
    "artist": "Bobbi Humphrey",
    "artist_ids": [
        "59479c29-54ce-429d-9ef8-b7005cd1b6be"
    ],
    "album": "Blacks And Blues",
    "release_id": null,
    "release_group_id": "69389801-4f0f-4a5a-8e9b-7130b00f4f58",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2019-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobbi Humphrey's 3rd studio album with the help of the Mizell Brother's, Harlem River Drive and Chicago, Damn, being standout cuts from Black's and Blues.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}