Information about plays

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

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

{
    "id": 3597103,
    "uri": "https://api.kexp.org/v2/plays/3597103/?format=api",
    "airdate": "2025-12-28T08:29:35-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ojai",
    "track_id": null,
    "recording_id": "ebb01ea8-1123-499c-85fa-f5def72fc4b5",
    "artist": "Catching Flies",
    "artist_ids": [],
    "album": "Beats & Pieces",
    "release_id": null,
    "release_group_id": "7f83a083-0e49-4f64-ac44-2a252f55546a",
    "labels": [
        "Indigo Soul"
    ],
    "label_ids": [
        "adb8c126-836f-43af-9ea1-b6b4ef4a2892"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing tune and title track off a 2025 album from British musician George King (aka Catching Flies) that's named after the place he created it (Ojai, California) and sonically \"an ode to the 90’s/2000’s ‘Downtempo’ scene I grew up listening to (Lemon Jelly, AiM, Kruder & Dorfmeister etc)\" ~ https://catchingflies.bandcamp.com/album/beats-pieces",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}