Information about plays

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

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

{
    "id": 3576984,
    "uri": "https://api.kexp.org/v2/plays/3576984/?format=api",
    "airdate": "2025-11-11T22:18:05-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-85d106f9-5168-421c-bf35-6cbbc38232d2/mbid-85d106f9-5168-421c-bf35-6cbbc38232d2-37454795036_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-85d106f9-5168-421c-bf35-6cbbc38232d2/mbid-85d106f9-5168-421c-bf35-6cbbc38232d2-37454795036_thumb250.jpg",
    "song": "Aurora Borealis",
    "track_id": "d01e9011-929a-47a1-b18f-13754bf7745c",
    "recording_id": "64397d6c-cae8-451f-ae26-aa009328dd38",
    "artist": "The Veldt",
    "artist_ids": [
        "3bb7727d-8ec5-4ca8-aa17-84af34dd2993"
    ],
    "album": "Illuminated 1989",
    "release_id": "85d106f9-5168-421c-bf35-6cbbc38232d2",
    "release_group_id": "bdbbb2aa-45c0-4405-96c5-3f4901f16cd7",
    "labels": [
        "5BC"
    ],
    "label_ids": [
        "bf0328d0-79e5-47a8-af41-939e39912d75"
    ],
    "release_date": "2023-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}