Information about plays

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

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

{
    "id": 3543876,
    "uri": "https://api.kexp.org/v2/plays/3543876/?format=api",
    "airdate": "2025-08-23T19:20:55-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "https://ia800106.us.archive.org/5/items/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90-10762137555_thumb500.jpg",
    "thumbnail_uri": "https://ia800106.us.archive.org/5/items/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90/mbid-f4bf4504-a08f-49e1-9b98-3a172df10d90-10762137555_thumb250.jpg",
    "song": "Native Dreams",
    "track_id": "9e96954c-8c8c-469b-baee-e43a4c925301",
    "recording_id": "a03d8143-f7f6-4afd-b6b6-b3de64605692",
    "artist": "Rose Windows",
    "artist_ids": [
        "8d104e2d-6645-4284-bc4f-a57708068b05"
    ],
    "album": "The Sun Dogs",
    "release_id": "f4bf4504-a08f-49e1-9b98-3a172df10d90",
    "release_group_id": "14318579-51c7-4086-b364-72139d3f18ed",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rose Windows was a psychedelic rock band from Seattle, Washington, formed by songwriter Chris Cheveyo in the fall of 2010 in the Central District of Seattle.\"\n\nhttps://www.subpop.com/artists/rose_windows",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}