Information about plays

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

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

{
    "id": 3581553,
    "uri": "https://api.kexp.org/v2/plays/3581553/?format=api",
    "airdate": "2025-11-22T18:55:40-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia601600.us.archive.org/11/items/mbid-786457c0-7a1f-4fa5-b110-9b5940757415/mbid-786457c0-7a1f-4fa5-b110-9b5940757415-42715526216_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-786457c0-7a1f-4fa5-b110-9b5940757415/mbid-786457c0-7a1f-4fa5-b110-9b5940757415-42715526216_thumb250.jpg",
    "song": "High Resolution",
    "track_id": "16a32b43-3991-4d0d-803c-5ed54ef9c3e7",
    "recording_id": "68cff04c-caf4-47b1-969f-f9c8eaddbde5",
    "artist": "The Whags",
    "artist_ids": [
        "6c9e7aee-e3c2-409f-8d52-10bf851677e5"
    ],
    "album": "All Along the Water There’s a Mountain Song",
    "release_id": "786457c0-7a1f-4fa5-b110-9b5940757415",
    "release_group_id": "4be46dbb-465e-4772-b7a4-e704df57261f",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off The Whags second record, which dropped back in August!\n\nThe Whags are playing the Tractor Tavern on November 26th with Rose Peak and mega cat!\n\nhttps://everout.com/seattle/events/mega-cat-the-whags-w-rose-peak/e218435/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}