Information about plays

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

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

{
    "id": 3640597,
    "uri": "https://api.kexp.org/v2/plays/3640597/?format=api",
    "airdate": "2026-04-11T05:22:19-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/99868ba6-9034-4dd4-86ef-93e41425273a/21085004235-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99868ba6-9034-4dd4-86ef-93e41425273a/21085004235-250.jpg",
    "song": "“Great Shakes” Advert",
    "track_id": null,
    "recording_id": "fb234f4b-9de4-4a2c-8276-0b496c6cbd35",
    "artist": "The Yardbirds",
    "artist_ids": [
        "191de76f-a224-445d-b041-54df16d65bf7"
    ],
    "album": "Glimpses 1963–1968",
    "release_id": null,
    "release_group_id": "e711c46b-9d5d-4e6b-b4ed-cc91010bc648",
    "labels": [
        "Easy Action"
    ],
    "label_ids": [
        "11877a27-2c9d-400a-bbef-46525541936d"
    ],
    "release_date": "2011-12-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}