Information about plays

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

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

{
    "id": 3616316,
    "uri": "https://api.kexp.org/v2/plays/3616316/?format=api",
    "airdate": "2026-02-11T21:55:10-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "https://ia800203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb250.jpg",
    "song": "I Don't Really Mind",
    "track_id": "2f6b4533-890a-34dd-8db1-0936afbec0d2",
    "recording_id": "54f6ce65-45cd-4145-ab9a-a505eb3580a4",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": "0cfdeff7-4aa7-4df4-918d-88c9421cc512",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interviewer: \"What’s the meaning behind the album title, InnerSpeaker?”\n\n“Kevin Parker: It’s meant to suggest that the songs come from somewhere internal, rather than slowly taking shape with a bunch of guys jamming in a room. One way of writing a song is that you’ve got an idea in your head and build a song around that. Another is more of a collaborative thing: It starts out as nothing and gets put together with whatever happens. This album was very much a case of the former; it’s meant to give off the idea that the songs would be preserved.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}