Information about plays

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

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

{
    "id": 3561417,
    "uri": "https://api.kexp.org/v2/plays/3561417/?format=api",
    "airdate": "2025-10-04T22:42:19-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Catch the Flashback",
    "track_id": null,
    "recording_id": "21916224-9b4a-4e3a-ac73-447ff7f4386d",
    "artist": "Ink & Dagger",
    "artist_ids": [
        "5f71179f-99af-4f7c-9918-cfb8ad0e39d7"
    ],
    "album": "Le Shok / Ink and Dagger",
    "release_id": null,
    "release_group_id": "023ee25c-38a6-3d39-aa97-1e7278d48264",
    "labels": [
        "Initial Records"
    ],
    "label_ids": [
        "8a521a59-26a2-4e58-aedb-08f89f02a77b"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trust Records is partnering with Ink & Dagger to reissue their entire discography.  The box set is going to release in March 2026 and pre-orders are already sold out!  You can still buy individual albums on beautiful variants.\n\nInk & Dagger also announced that they will be playing a series of reunion shows after 14 years.\n\nhttps://trustrecords.com/collections/ink-dagger\nhttps://www.revolvermag.com/events/vampire-themed-hardcore-band-ink-dagger-announce-first-shows-in-14-years/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}