Information about plays

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

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

{
    "id": 3549758,
    "uri": "https://api.kexp.org/v2/plays/3549758/?format=api",
    "airdate": "2025-09-06T21:14:34-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "https://coverartarchive.org/release/7de0b262-e4ef-485b-b681-598a50a9f12b/39060823001-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7de0b262-e4ef-485b-b681-598a50a9f12b/39060823001-250.jpg",
    "song": "Sick in your head",
    "track_id": null,
    "recording_id": "80ad7ea6-d28d-4bcd-ab1a-394bbe14e0f8",
    "artist": "Heartbeeps",
    "artist_ids": [
        "f8b61de5-09b7-4831-aa0a-6f29898f8c49"
    ],
    "album": "Cum Together",
    "release_id": null,
    "release_group_id": "9c74ae56-4dd6-4cf0-a60d-3df13f4003fe",
    "labels": [
        "Les Disques du Paradis"
    ],
    "label_ids": [
        "5682243b-b4c9-4c73-a77d-1e00c8125380"
    ],
    "release_date": "2023-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bordeaux, France’s HEARTBEEPS have emerged from the ashes of TV KILLERS.  Also available on Slovenly Records.\n\nhttps://slovenly.bandcamp.com/album/heartbeeps-cum-together-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}