Information about plays

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

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

{
    "id": 3543027,
    "uri": "https://api.kexp.org/v2/plays/3543027/?format=api",
    "airdate": "2025-08-21T20:07:29-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/e2e92779-ada2-4f08-949a-394a19ca2b00/41401641306-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e2e92779-ada2-4f08-949a-394a19ca2b00/41401641306-250.jpg",
    "song": "7 minutes in heaven",
    "track_id": null,
    "recording_id": "093dee72-2423-4e7f-9743-ede4c00747f3",
    "artist": "Babebee",
    "artist_ids": [
        "a96fc32e-6dd9-434c-9872-507e30797666"
    ],
    "album": "all that heaven allows",
    "release_id": null,
    "release_group_id": "ab540b70-0193-43c0-8693-2b02b2dd4ecd",
    "labels": [
        "Lauren Records"
    ],
    "label_ids": [
        "d18ee3c2-32bc-40b0-96eb-2d5f43d47b34"
    ],
    "release_date": "2025-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~Dreeeeeamy~\n\nhttps://babebee.bandcamp.com/album/all-that-heaven-allows",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}