Information about plays

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

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

{
    "id": 3657349,
    "uri": "https://api.kexp.org/v2/plays/3657349/?format=api",
    "airdate": "2026-05-20T19:11:07-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/d70a9d62-b48b-4ef8-b3ea-ffe5b2fc9d5a/15192634634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d70a9d62-b48b-4ef8-b3ea-ffe5b2fc9d5a/15192634634-250.jpg",
    "song": "Give Me the Sunshine",
    "track_id": null,
    "recording_id": "0e744862-5278-468f-8025-c6c2614fc742",
    "artist": "Leo’s Sunshipp",
    "artist_ids": [
        "0c64706e-f8c0-4ed3-9bae-334f41f349e1"
    ],
    "album": "We Need Each Other",
    "release_id": null,
    "release_group_id": "0dc56320-1fcf-32ff-a763-d34794a6508d",
    "labels": [
        "Lyon's Records Co. Inc."
    ],
    "label_ids": [
        "c73cef54-0fb9-4955-aa5e-28de2dbdfe80"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://leossunshipp.bandcamp.com/album/we-need-each-other\n\n\"The group are Johnny Simone, Kenny Stover and Alvin Few, all three of them born under the ‘Leo’ star sign. Kenny worked as a songwriter at Motown and lived in the same house as Marvin Gaye at the time “What’s Going On” became an idea.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}