Information about plays

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

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

{
    "id": 3625086,
    "uri": "https://api.kexp.org/v2/plays/3625086/?format=api",
    "airdate": "2026-03-04T05:05:46-08:00",
    "show": 66087,
    "show_uri": "https://api.kexp.org/v2/shows/66087/?format=api",
    "image_uri": "https://ia800502.us.archive.org/29/items/mbid-15b43e06-832c-3f4c-ad24-11eab2fac196/mbid-15b43e06-832c-3f4c-ad24-11eab2fac196-14619016681_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-15b43e06-832c-3f4c-ad24-11eab2fac196/mbid-15b43e06-832c-3f4c-ad24-11eab2fac196-14619016681_thumb250.jpg",
    "song": "With a Little Help From My Friends",
    "track_id": "7a790858-c504-368f-941c-e625a95ba84b",
    "recording_id": "96a5f2b7-4dd2-4f6e-98d8-a0697865d08e",
    "artist": "Joe Cocker",
    "artist_ids": [
        "32f2d6bd-c22b-42cf-a7bc-0c4b48cd2bcb"
    ],
    "album": "With a Little Help From My Friends",
    "release_id": "15b43e06-832c-3f4c-ad24-11eab2fac196",
    "release_group_id": "a0d14120-566a-31b8-8fb5-eeec153bef5b",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP thanks all of our Amplifiers! We get by with help from our friends --you! If you give before March 6th, your donation will be automatically matched ahead of the Spring Drive! https://www.kexp.org/donate/\n\nFrom Joe Cocker's debut 1969 album of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}