Information about plays

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

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

{
    "id": 3637123,
    "uri": "https://api.kexp.org/v2/plays/3637123/?format=api",
    "airdate": "2026-04-03T03:36:23-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn720809.ca.archive.org/0/items/mbid-010cfd5f-e202-4f68-997c-c01d106453e4/mbid-010cfd5f-e202-4f68-997c-c01d106453e4-44413515338_thumb500.jpg",
    "thumbnail_uri": "https://dn720809.ca.archive.org/0/items/mbid-010cfd5f-e202-4f68-997c-c01d106453e4/mbid-010cfd5f-e202-4f68-997c-c01d106453e4-44413515338_thumb250.jpg",
    "song": "Electric Puppy",
    "track_id": "7c0c339b-1220-4503-9482-7d89be3bb0ed",
    "recording_id": "8632c221-c8b9-4a0f-8dcb-1d4804758227",
    "artist": "SY3",
    "artist_ids": [
        "b5eadc7c-3ee4-4f8c-845e-cd28b8da6771"
    ],
    "album": "梦游 Sleepwalker",
    "release_id": "010cfd5f-e202-4f68-997c-c01d106453e4",
    "release_group_id": "cac4cf1d-62fd-4f7e-9f6e-7935df4e23fe",
    "labels": [
        "Music From Memory"
    ],
    "label_ids": [
        "ad86a666-43d7-41b8-8328-8b2b3497a781"
    ],
    "release_date": "2026-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://music-from-memory.bandcamp.com/album/sleepwalker",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}