Information about plays

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

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

{
    "id": 3548295,
    "uri": "https://api.kexp.org/v2/plays/3548295/?format=api",
    "airdate": "2025-09-03T05:36:39-07:00",
    "show": 64461,
    "show_uri": "https://api.kexp.org/v2/shows/64461/?format=api",
    "image_uri": "https://ia800809.us.archive.org/16/items/mbid-b488c40c-695d-4996-a522-9ff0184b297a/mbid-b488c40c-695d-4996-a522-9ff0184b297a-41294636305_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-b488c40c-695d-4996-a522-9ff0184b297a/mbid-b488c40c-695d-4996-a522-9ff0184b297a-41294636305_thumb250.jpg",
    "song": "JanSport Backpack",
    "track_id": "83d6e7da-c605-438a-8d1e-e6a60fa3c0c6",
    "recording_id": "9f9f4262-33ba-45f5-90b1-fc33b0088c33",
    "artist": "Sparks",
    "artist_ids": [
        "f319b57a-a494-40f6-a467-3d196d3484e6"
    ],
    "album": "MAD!",
    "release_id": "b488c40c-695d-4996-a522-9ff0184b297a",
    "release_group_id": "03ad7eeb-c2db-4c68-80fe-7a7dceb8ea85",
    "labels": [
        "Transgressive Records Ltd."
    ],
    "label_ids": [
        "081fce83-a689-412c-b73b-7bd935d2c8a0"
    ],
    "release_date": "2025-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from earlier this year from Sparks, the brother duo of vocalist Russell Mael and keyboardist Ron Mael.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}