Information about plays

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

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

{
    "id": 3637086,
    "uri": "https://api.kexp.org/v2/plays/3637086/?format=api",
    "airdate": "2026-04-03T01:25:33-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://dn710807.ca.archive.org/0/items/mbid-0bb16545-9846-4c07-8863-222bf908a0e2/mbid-0bb16545-9846-4c07-8863-222bf908a0e2-25890902321_thumb500.jpg",
    "thumbnail_uri": "https://dn710807.ca.archive.org/0/items/mbid-0bb16545-9846-4c07-8863-222bf908a0e2/mbid-0bb16545-9846-4c07-8863-222bf908a0e2-25890902321_thumb250.jpg",
    "song": "Dragonball Durag",
    "track_id": "b18f87c9-cecc-48f2-9b10-78e49ae8a1eb",
    "recording_id": "83dbdaa8-3fed-4ce5-bd98-838c5f67f4b8",
    "artist": "Thundercat",
    "artist_ids": [
        "044fd265-79dd-43eb-afc4-8b20becf7e17"
    ],
    "album": "It Is What It Is",
    "release_id": "0bb16545-9846-4c07-8863-222bf908a0e2",
    "release_group_id": "9ffdc0f1-6683-44f1-9194-a247ecb9b297",
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2020-04-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 2020!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}