Information about plays

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

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

{
    "id": 3547754,
    "uri": "https://api.kexp.org/v2/plays/3547754/?format=api",
    "airdate": "2025-09-01T23:40:07-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/a74ba4cf-1218-45c6-993a-f6e48695d56b/42023244396-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a74ba4cf-1218-45c6-993a-f6e48695d56b/42023244396-250.jpg",
    "song": "Hide-a-Lullaby",
    "track_id": null,
    "recording_id": null,
    "artist": "Winter",
    "artist_ids": [
        "7e8d8cfc-8ac6-47d5-836c-40d729c766d1"
    ],
    "album": "Adult Romantix",
    "release_id": null,
    "release_group_id": "32c45e0e-0cb6-42ba-b20f-9bfb3d3000af",
    "labels": [
        "Winspear"
    ],
    "label_ids": [
        "76320af7-a39b-4b71-8fa8-c56437f2909d"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Oct 11 at Barboza // Oct 14 at Café du Nord - https://daydreamingwinter.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}