Information about plays

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

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

{
    "id": 3552786,
    "uri": "https://api.kexp.org/v2/plays/3552786/?format=api",
    "airdate": "2025-09-14T02:02:24-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5d62b8d-cf06-4b4a-bebb-47fd72c22ae1/12454974558-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a5d62b8d-cf06-4b4a-bebb-47fd72c22ae1/12454974558-250.jpg",
    "song": "Into the North Woods",
    "track_id": null,
    "recording_id": "2902e901-eac5-4526-be79-8b9c7369ec81",
    "artist": "Panopticon",
    "artist_ids": [
        "d9b1f00a-31a7-4f64-9f29-8481e7be8911"
    ],
    "album": "Autumn Eternal",
    "release_id": null,
    "release_group_id": "9cf82c3e-9bba-4d61-af71-b8a9f01705ab",
    "labels": [
        "Nordvis Produktion"
    ],
    "label_ids": [
        "193bb382-d84b-4d5e-9c98-e80566d66d57"
    ],
    "release_date": "2015-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "INTO THE FOREST!!!\nWe are doing a Listener Countdown of your favorite albums of all time for the Fall Fundraiser Drive! Please vote before this upcoming Fri. Sept. 17th at 7pm. Panopticon's \"Autumn Eternal\" is one of my mine. :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}