Information about plays

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

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

{
    "id": 3549944,
    "uri": "https://api.kexp.org/v2/plays/3549944/?format=api",
    "airdate": "2025-09-07T07:01:01-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Borrowed my Dad's Car But We Had Nowhere To Go So We Drove Around Listening to Music All Night",
    "track_id": null,
    "recording_id": null,
    "artist": "Dylan Henner",
    "artist_ids": [],
    "album": "Star Dream FM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Phantom Limb"
    ],
    "label_ids": [
        "3f0dfef7-2e2a-4374-9644-03745de80683"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the forthcoming album from enigmantic British ambient musician Dylan Henner that's \"said to be taped from a mysterious radio broadcast that plays his favourite memories from adolescence\" ~ \nhttps://dylanhenner.bandcamp.com/album/star-dream-fm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}