Information about plays

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

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

{
    "id": 3579294,
    "uri": "https://api.kexp.org/v2/plays/3579294/?format=api",
    "airdate": "2025-11-17T06:48:25-08:00",
    "show": 65134,
    "show_uri": "https://api.kexp.org/v2/shows/65134/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-4333ef41-d85c-4098-a790-c3e7401c8406/mbid-4333ef41-d85c-4098-a790-c3e7401c8406-18392423354_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-4333ef41-d85c-4098-a790-c3e7401c8406/mbid-4333ef41-d85c-4098-a790-c3e7401c8406-18392423354_thumb250.jpg",
    "song": "Polygondwanaland",
    "track_id": "44fa7a9f-c6b8-482e-8ab8-e94aec299287",
    "recording_id": "d63918d7-a82a-4dc5-872b-8aac56dd5157",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Polygondwanaland",
    "release_id": "4333ef41-d85c-4098-a790-c3e7401c8406",
    "release_group_id": "df1f3af0-6004-44d3-9a32-12913fdc357c",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2017, King Gizzard and the Lizard Wizard release Polygondwanaland.\n\nWatch the 2018 Live on KEXP session where they perform a few tracks from the album: \n\nhttps://www.youtube.com/watch?v=wxwu7FYFSek \n\nhttps://kinggizzardandthelizardwizard.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}