Information about plays

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

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

{
    "id": 3639845,
    "uri": "https://api.kexp.org/v2/plays/3639845/?format=api",
    "airdate": "2026-04-09T10:43:09-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://dn721600.ca.archive.org/0/items/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab-37770676305_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab/mbid-2b00e863-e092-4440-9e6c-aea93d3cf0ab-37770676305_thumb250.jpg",
    "song": "Birdman",
    "track_id": "dd5e6720-053c-4b38-9248-58c89d0cde18",
    "recording_id": "51b06d84-3cba-4b2a-a517-da6899410d54",
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Waves",
    "release_id": "f923833c-ff1f-4782-958e-568923a31a20",
    "release_group_id": "92c969e7-d862-34e6-8300-f8c96a84ff98",
    "labels": [
        "The First Time Records"
    ],
    "label_ids": [
        "9b718e61-9519-444d-a486-d832f29f55d7"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oxford, UK, band Ride last performed Live on KEXP in 2024. Check out the performance here: https://www.youtube.com/watch?v=2pQfl69Yogc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}