Information about plays

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

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

{
    "id": 3634507,
    "uri": "https://api.kexp.org/v2/plays/3634507/?format=api",
    "airdate": "2026-03-28T04:48:32-07:00",
    "show": 66299,
    "show_uri": "https://api.kexp.org/v2/shows/66299/?format=api",
    "image_uri": "https://dn710906.ca.archive.org/0/items/mbid-9fb87630-8fc0-46f3-8080-2c9e716db9a7/mbid-9fb87630-8fc0-46f3-8080-2c9e716db9a7-44625093860_thumb500.jpg",
    "thumbnail_uri": "https://ia600409.us.archive.org/8/items/mbid-9fb87630-8fc0-46f3-8080-2c9e716db9a7/mbid-9fb87630-8fc0-46f3-8080-2c9e716db9a7-44625093860_thumb250.jpg",
    "song": "Terrestrials",
    "track_id": "658bd716-c9fa-4b3a-9ae9-1e99ad21a190",
    "recording_id": "f251e94f-be31-4983-bbf2-320ab86c637a",
    "artist": "Pond",
    "artist_ids": [
        "69ac44f7-c80d-47b4-9bc8-fcc758d209e6"
    ],
    "album": "Terrestrials",
    "release_id": "9fb87630-8fc0-46f3-8080-2c9e716db9a7",
    "release_group_id": "ebbf9d28-685f-404b-8495-004aa0f46418",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}