Information about plays

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

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

{
    "id": 3639323,
    "uri": "https://api.kexp.org/v2/plays/3639323/?format=api",
    "airdate": "2026-04-08T04:29:22-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-f0f1066d-905c-4bb2-8f95-452c33cc6dc9/mbid-f0f1066d-905c-4bb2-8f95-452c33cc6dc9-39382332706_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-f0f1066d-905c-4bb2-8f95-452c33cc6dc9/mbid-f0f1066d-905c-4bb2-8f95-452c33cc6dc9-39382332706_thumb250.jpg",
    "song": "We Talk to Birds",
    "track_id": "3803cc07-d975-493c-872c-58efd64cd322",
    "recording_id": "dfb4ff8c-eed0-45a9-9783-baeeea349741",
    "artist": "Beautiful Freaks",
    "artist_ids": [
        "3272d0a8-2aa0-44da-857d-e86c89466f6f"
    ],
    "album": "We Talk to Birds",
    "release_id": "f0f1066d-905c-4bb2-8f95-452c33cc6dc9",
    "release_group_id": "19d44131-492a-4911-a75a-8b1d9c0eee09",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-07-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}