Information about plays

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

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

{
    "id": 3617440,
    "uri": "https://api.kexp.org/v2/plays/3617440/?format=api",
    "airdate": "2026-02-14T16:24:21-08:00",
    "show": 65933,
    "show_uri": "https://api.kexp.org/v2/shows/65933/?format=api",
    "image_uri": "https://dn711303.ca.archive.org/0/items/mbid-7a5822bb-951a-49a1-a89e-1b42cd32ecbe/mbid-7a5822bb-951a-49a1-a89e-1b42cd32ecbe-18848841230_thumb500.jpg",
    "thumbnail_uri": "https://dn711303.ca.archive.org/0/items/mbid-7a5822bb-951a-49a1-a89e-1b42cd32ecbe/mbid-7a5822bb-951a-49a1-a89e-1b42cd32ecbe-18848841230_thumb250.jpg",
    "song": "Heartbreak Junky",
    "track_id": "4ef57bb0-2779-4084-a48d-0c44cc9d9824",
    "recording_id": "ad6a13c7-954d-4895-97ca-eb3a6ea2b9a1",
    "artist": "Kyle Craft",
    "artist_ids": [
        "a1221205-1526-4474-9f10-caa822779fe2"
    ],
    "album": "Full Circle Nightmare",
    "release_id": "7a5822bb-951a-49a1-a89e-1b42cd32ecbe",
    "release_group_id": "0991b7e4-0065-4ebe-96cc-fb68a53912a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}