Information about plays

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

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

{
    "id": 3648049,
    "uri": "https://api.kexp.org/v2/plays/3648049/?format=api",
    "airdate": "2026-04-28T23:42:04-07:00",
    "show": 66578,
    "show_uri": "https://api.kexp.org/v2/shows/66578/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-06e74975-e69f-476c-a415-d0fa896659a2/mbid-06e74975-e69f-476c-a415-d0fa896659a2-39448356411_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-06e74975-e69f-476c-a415-d0fa896659a2/mbid-06e74975-e69f-476c-a415-d0fa896659a2-39448356411_thumb250.jpg",
    "song": "Top of the Bill",
    "track_id": "bcc759e0-39e7-486d-b697-52bd0d5c2b7a",
    "recording_id": "88c8dad9-fd8e-4646-952e-8ff325726cd9",
    "artist": "Gurriers",
    "artist_ids": [
        "b3e28883-d118-4180-b458-568a18bc239d"
    ],
    "album": "Come and See",
    "release_id": "06e74975-e69f-476c-a415-d0fa896659a2",
    "release_group_id": "a7a270ca-5127-4182-99c8-17ec72631e04",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}