Information about plays

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

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

{
    "id": 3639600,
    "uri": "https://api.kexp.org/v2/plays/3639600/?format=api",
    "airdate": "2026-04-08T21:15:26-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://dn710009.ca.archive.org/0/items/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d-39795633296_thumb500.jpg",
    "thumbnail_uri": "https://dn710009.ca.archive.org/0/items/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d/mbid-5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d-39795633296_thumb250.jpg",
    "song": "Mother Brain",
    "track_id": "816d91c1-f110-456c-9105-2a854523e967",
    "recording_id": "f7e2d317-ee43-448e-a5ab-b9f561c2a1a9",
    "artist": "ORB",
    "artist_ids": [
        "fd168ce8-bc96-4f48-94ed-e357109845e0"
    ],
    "album": "Naturality",
    "release_id": "5d9899e5-b0e3-4df0-bfc5-5cb6407dd35d",
    "release_group_id": "de99a597-6a2b-47cf-906e-40b21d78eaff",
    "labels": [
        "Flightless"
    ],
    "label_ids": [
        "8e27cad4-8234-4cf2-9b69-3573ae0d83d6"
    ],
    "release_date": "2017-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ORB's performance in the KEXP studio recorded last September hosted by Jewel! https://www.youtube.com/watch?v=kJeVuZiWFf4&list=RDkJeVuZiWFf4&start_radio=1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}