Information about plays

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

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

{
    "id": 3546152,
    "uri": "https://api.kexp.org/v2/plays/3546152/?format=api",
    "airdate": "2025-08-29T04:35:34-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia801206.us.archive.org/8/items/mbid-da52388d-580e-4113-812f-bd217a768aa0/mbid-da52388d-580e-4113-812f-bd217a768aa0-37359277398_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/8/items/mbid-da52388d-580e-4113-812f-bd217a768aa0/mbid-da52388d-580e-4113-812f-bd217a768aa0-37359277398_thumb250.jpg",
    "song": "Water Underground",
    "track_id": "bc6b8cbd-90ef-45e9-836c-951f9c71adc1",
    "recording_id": "fcbf900e-c29e-4bb5-b53a-ba3c81d89091",
    "artist": "Real Estate",
    "artist_ids": [
        "2ff0dfc6-0542-4bbc-a44a-60605c074ba6"
    ],
    "album": "Daniel",
    "release_id": "da52388d-580e-4113-812f-bd217a768aa0",
    "release_group_id": "51abf6f6-bd51-40c8-8ec8-4a19abe57399",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2024-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Bumbershoot in Seattle this weekend! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}