Information about plays

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

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

{
    "id": 3613021,
    "uri": "https://api.kexp.org/v2/plays/3613021/?format=api",
    "airdate": "2026-02-04T06:58:04-08:00",
    "show": 65836,
    "show_uri": "https://api.kexp.org/v2/shows/65836/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c7448c8-3511-4ae0-afc6-dd276c89f273/21886999740-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c7448c8-3511-4ae0-afc6-dd276c89f273/21886999740-250.jpg",
    "song": "Heads Will Roll",
    "track_id": null,
    "recording_id": "523515d2-0e06-43e1-9ca5-77dc62a99bdf",
    "artist": "Echo & the Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Porcupine",
    "release_id": null,
    "release_group_id": "931e971f-eb34-369f-b6a4-f5ef7c6a1c9e",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1983-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1983, Echo & The Bunnymen release their 3rd studio album Porcupine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}