Information about plays

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

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

{
    "id": 3632285,
    "uri": "https://api.kexp.org/v2/plays/3632285/?format=api",
    "airdate": "2026-03-22T08:25:06-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/49971f60-a6b4-4f60-8ca4-08f09e740044/35484425557-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49971f60-a6b4-4f60-8ca4-08f09e740044/35484425557-250.jpg",
    "song": "Summer’s End",
    "track_id": null,
    "recording_id": "b589f284-e47e-4578-af36-fa99d6b2e2bc",
    "artist": "Julie Byrne",
    "artist_ids": [
        "4266bddb-2a59-445c-9b90-29f84dfffff6"
    ],
    "album": "The Greater Wings",
    "release_id": null,
    "release_group_id": "f18cca3d-fb8c-4c7a-9fc2-abf2f7ba2c9e",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2023-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jefre Cantu-Ledesma → Julie Byrne :: Blissful instrumental track off the 2023 album 'The Greater Wings' (which was mixed and co-produced by Alex Somers) by Julie Byrne, who has collaborated closely with Jefre Cantu-Ledesma ~ https://juliembyrne.bandcamp.com/album/the-greater-wings",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}