Information about plays

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

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

{
    "id": 3549986,
    "uri": "https://api.kexp.org/v2/plays/3549986/?format=api",
    "airdate": "2025-09-07T09:40:05-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/3287a9c1-4fb9-4ebd-9c39-7c62df2d5e78/11142023636-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3287a9c1-4fb9-4ebd-9c39-7c62df2d5e78/11142023636-250.jpg",
    "song": "Home for Frozen Roses",
    "track_id": null,
    "recording_id": "39e6df40-a818-449c-aded-179702b5fd67",
    "artist": "Northwind",
    "artist_ids": [
        "8ee266f6-f80f-4578-bec6-eccd4d246113"
    ],
    "album": "Sister, Brother, Lover...",
    "release_id": null,
    "release_group_id": "c693ae1a-4008-3d74-9a92-2cb09e9bd06f",
    "labels": [
        "Regal Zonophone"
    ],
    "label_ids": [
        "6e7a1e08-ea64-45bd-8aa3-3ba414336cbc"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Scottish band honed their skills and style performing in the same German clubs that shaped The Beatles, and went on to open for Yes, Fleetwood Mac, and Deep Purple.\nhttps://northwindscotland.bandcamp.com/album/sister-brother-lover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}