Information about plays

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

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

{
    "id": 3639255,
    "uri": "https://api.kexp.org/v2/plays/3639255/?format=api",
    "airdate": "2026-04-08T01:02:31-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710908.ca.archive.org/0/items/mbid-95035b07-39c8-458f-9271-9fcfe3a8fd4a/mbid-95035b07-39c8-458f-9271-9fcfe3a8fd4a-915222610_thumb500.jpg",
    "thumbnail_uri": "https://dn710908.ca.archive.org/0/items/mbid-95035b07-39c8-458f-9271-9fcfe3a8fd4a/mbid-95035b07-39c8-458f-9271-9fcfe3a8fd4a-915222610_thumb250.jpg",
    "song": "Talk About the Weather",
    "track_id": "b8deb070-2537-35dc-8adc-a99aa5853f58",
    "recording_id": "01fe30ba-749e-49de-94d1-daaebf38b23f",
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Talk About the Weather",
    "release_id": "423c414e-7386-4a0b-8fb2-c2de23691f7e",
    "release_group_id": "d2adea9e-fa8c-3a4a-90bd-2f2f5b696e28",
    "labels": [
        "Red Rhino Records"
    ],
    "label_ids": [
        "0f375fbf-ab1c-422e-b10a-574478d177aa"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}