Information about plays

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

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

{
    "id": 3521862,
    "uri": "https://api.kexp.org/v2/plays/3521862/?format=api",
    "airdate": "2025-07-02T23:18:27-07:00",
    "show": 63903,
    "show_uri": "https://api.kexp.org/v2/shows/63903/?format=api",
    "image_uri": "https://coverartarchive.org/release/85c36433-f560-4b42-858a-f91bb1813adb/6960911717-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85c36433-f560-4b42-858a-f91bb1813adb/6960911717-250.jpg",
    "song": "Theme",
    "track_id": null,
    "recording_id": "a777a5c2-c2c1-4c34-b227-45c40e15a54a",
    "artist": "The Sabres of Paradise",
    "artist_ids": [
        "3acb627b-787c-4276-bafe-516a5806aeb8"
    ],
    "album": "Haunted Dancehall",
    "release_id": null,
    "release_group_id": "61ec3e33-4f43-39bf-ae36-7869126d8285",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1994-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Repress of this 90s classic out in August!\n\nhttps://warprecords.bandcamp.com/album/haunted-dancehall-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}