Information about plays

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

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

{
    "id": 3547833,
    "uri": "https://api.kexp.org/v2/plays/3547833/?format=api",
    "airdate": "2025-09-02T04:07:04-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "https://coverartarchive.org/release/6241af0c-8a15-4902-a8dc-c9554b457359/37958121689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6241af0c-8a15-4902-a8dc-c9554b457359/37958121689-250.jpg",
    "song": "me Yesterday//Corded",
    "track_id": null,
    "recording_id": "c12839be-ea3f-4d33-8af4-768b2f14f013",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Until the Quiet Comes",
    "release_id": null,
    "release_group_id": "eb9e0983-2478-4494-a8e2-e4117c2ba40f",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my favorite FlyLo tracks of all time!\n\nCheck out the short film associated with the 2012 album 'Until the Quiet Comes,' recorded by Kahlil Joseph\n\nhttps://www.youtube.com/watch?v=-pVHC1DXQ7U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}