Information about plays

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

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

{
    "id": 3640966,
    "uri": "https://api.kexp.org/v2/plays/3640966/?format=api",
    "airdate": "2026-04-11T22:59:48-07:00",
    "show": 66429,
    "show_uri": "https://api.kexp.org/v2/shows/66429/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Insaniac",
    "track_id": null,
    "recording_id": null,
    "artist": "Black Hatch",
    "artist_ids": [
        "1dfdc8b1-1f0c-4a79-bb98-cc8f3ac6c433"
    ],
    "album": "One More Bite",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King Pizza Records"
    ],
    "label_ids": [
        "98e09e4c-ccf2-4c72-a4c4-9a5acabe8deb"
    ],
    "release_date": "2021-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}