Information about plays

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

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

{
    "id": 3546767,
    "uri": "https://api.kexp.org/v2/plays/3546767/?format=api",
    "airdate": "2025-08-30T16:24:01-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia601304.us.archive.org/31/items/mbid-1275db10-b809-4232-946a-f3b7476f6f5b/mbid-1275db10-b809-4232-946a-f3b7476f6f5b-10762141876_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/31/items/mbid-1275db10-b809-4232-946a-f3b7476f6f5b/mbid-1275db10-b809-4232-946a-f3b7476f6f5b-10762141876_thumb250.jpg",
    "song": "Glory, Glory",
    "track_id": "1d7d3b2d-3a10-45d8-aac5-eeaa6cad27b5",
    "recording_id": "0ce80b15-0fcb-4fee-baea-02b240e663b1",
    "artist": "Rose Windows",
    "artist_ids": [
        "8d104e2d-6645-4284-bc4f-a57708068b05"
    ],
    "album": "Rose Windows",
    "release_id": "1275db10-b809-4232-946a-f3b7476f6f5b",
    "release_group_id": "f30dcb05-6b35-4235-a6c1-5c6cb1fccec4",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2015-05-04",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "I miss this band more than I miss any band that's not a band anymore.\n\nYou can read about Rose Windows @ https://www.subpop.com/artists/rose_windows\n\nhttps://rosewindows.bandcamp.com/track/glory-glory",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}