Information about plays

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

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

{
    "id": 3594333,
    "uri": "https://api.kexp.org/v2/plays/3594333/?format=api",
    "airdate": "2025-12-22T05:20:47-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I did it.",
    "track_id": null,
    "recording_id": "6a6a20b5-c184-42cf-bb26-119c82ff2f32",
    "artist": "Unloved",
    "artist_ids": [
        "f9210d18-1aad-4ba7-a887-efa5adfda32e"
    ],
    "album": "Polychrome",
    "release_id": null,
    "release_group_id": "82b746d1-9ba0-443d-97c9-3668777cc7d5",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2023-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Polychrome: painted, printed, or decorated in several colours.\n\nThe record starts with a murmur of percussion and a metallic grind, as if the in-house band on a space station were warming up for the last show of the night. As phased vocals zoom through the heart of the track, Polychrome builds and builds to create a swooning hypnosis that’s part Tropicalia, part BBC Radiophonic Workshop and part psilocybin swoosh. Disorientating, strange, compelling, Polychrome is the opener and title track of Unloved’s first album of 2023.\n\nhttps://weareunloved.bandcamp.com/album/polychrome-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}