Information about plays

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

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

{
    "id": 3607915,
    "uri": "https://api.kexp.org/v2/plays/3607915/?format=api",
    "airdate": "2026-01-23T04:36:30-08:00",
    "show": 65728,
    "show_uri": "https://api.kexp.org/v2/shows/65728/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-20e15a9c-7fb3-4c58-841d-eabac6901732/mbid-20e15a9c-7fb3-4c58-841d-eabac6901732-36912044254_thumb500.jpg",
    "thumbnail_uri": "https://dn721803.ca.archive.org/0/items/mbid-20e15a9c-7fb3-4c58-841d-eabac6901732/mbid-20e15a9c-7fb3-4c58-841d-eabac6901732-36912044254_thumb250.jpg",
    "song": "Hey Seattle",
    "track_id": "52ba06c4-57fe-4c0e-9dff-8e2d974123ce",
    "recording_id": "bedcf593-0d0b-4db1-91ac-4b1547b66528",
    "artist": "Longstocking",
    "artist_ids": [
        "528ad36c-ed66-466b-9147-771202464ee5"
    ],
    "album": "Seattle Volume 1",
    "release_id": "20e15a9c-7fb3-4c58-841d-eabac6901732",
    "release_group_id": "97c077e9-caf9-42e0-ba89-2b8a1b4b3742",
    "labels": [
        "Feral One Records"
    ],
    "label_ids": [
        "939373ab-5122-4fc7-9f7a-615a10e2820e"
    ],
    "release_date": "2022-09-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}