Information about plays

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

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

{
    "id": 3548399,
    "uri": "https://api.kexp.org/v2/plays/3548399/?format=api",
    "airdate": "2025-09-03T11:49:12-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://ia801702.us.archive.org/18/items/mbid-d25939bc-7491-4652-8cb0-684410de5442/mbid-d25939bc-7491-4652-8cb0-684410de5442-42523876691_thumb500.jpg",
    "thumbnail_uri": "https://ia801702.us.archive.org/18/items/mbid-d25939bc-7491-4652-8cb0-684410de5442/mbid-d25939bc-7491-4652-8cb0-684410de5442-42523876691_thumb250.jpg",
    "song": "Elegantly Wasted",
    "track_id": "83d138f4-a017-4099-a5f1-894da752559e",
    "recording_id": "0097954a-e737-48bd-b611-f7a926f47f26",
    "artist": "Hermanos Gutiérrez feat. Leon Bridges",
    "artist_ids": [
        "69d9dfd7-19b7-4a75-8a53-9f733fb5d774",
        "82b922a4-410d-4b89-ac2e-c0d1f00136cd"
    ],
    "album": "Elegantly Wasted",
    "release_id": "d25939bc-7491-4652-8cb0-684410de5442",
    "release_group_id": "71b61c67-8f52-40fd-a9ba-821fd3df107b",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2025-07-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}