Information about plays

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

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

{
    "id": 3546920,
    "uri": "https://api.kexp.org/v2/plays/3546920/?format=api",
    "airdate": "2025-08-30T22:28:16-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia800802.us.archive.org/7/items/mbid-613bf23d-c397-42dc-9df6-6acd645b8bd8/mbid-613bf23d-c397-42dc-9df6-6acd645b8bd8-6831507102_thumb500.jpg",
    "thumbnail_uri": "https://ia600802.us.archive.org/7/items/mbid-613bf23d-c397-42dc-9df6-6acd645b8bd8/mbid-613bf23d-c397-42dc-9df6-6acd645b8bd8-6831507102_thumb250.jpg",
    "song": "Gun",
    "track_id": "dcc3c557-7f61-4340-94a4-800163104f7b",
    "recording_id": "c2cc83e0-f2d5-4fcc-bfc9-bf8aba5e3701",
    "artist": "Iggy and The Stooges",
    "artist_ids": [
        "1253e5e9-eaa7-4ce6-81b8-09725e8cee43"
    ],
    "album": "Ready to Die",
    "release_id": "613bf23d-c397-42dc-9df6-6acd645b8bd8",
    "release_group_id": "3f8652fb-b917-4bb6-bd50-a940c96d4cc2",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2013-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ready to Die was the band's biggest success on the Billboard 200 chart, where it debuted at number 96 and was met with rave reviews.\n\nhttps://fatpossum.com/products/ready-to-die",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}