Information about plays

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

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

{
    "id": 3657382,
    "uri": "https://api.kexp.org/v2/plays/3657382/?format=api",
    "airdate": "2026-05-20T21:18:28-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/71e837df-67ba-4a05-965a-8999cbc99485/38967856253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71e837df-67ba-4a05-965a-8999cbc99485/38967856253-250.jpg",
    "song": "Lonely Steel Sheet Flyer",
    "track_id": null,
    "recording_id": "fd281f54-6952-454f-9569-a17c3f23176a",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Quarters!",
    "release_id": null,
    "release_group_id": "ea6f0d77-1526-4071-8fab-d06b09c9184a",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2015-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & the Lizard Wizard - Lonely Steel Sheet Flyer (Live at Audiotree '17) - https://www.youtube.com/watch?v=MPVKC7C-DHw. thanks 'gizzy' on YouTube",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}