Information about plays

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

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

{
    "id": 3570634,
    "uri": "https://api.kexp.org/v2/plays/3570634/?format=api",
    "airdate": "2025-10-27T13:26:15-07:00",
    "show": 64950,
    "show_uri": "https://api.kexp.org/v2/shows/64950/?format=api",
    "image_uri": "https://ia800207.us.archive.org/7/items/mbid-6eb16d3e-f554-4c23-a0e4-1280a4fb0059/mbid-6eb16d3e-f554-4c23-a0e4-1280a4fb0059-7746856724_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/7/items/mbid-6eb16d3e-f554-4c23-a0e4-1280a4fb0059/mbid-6eb16d3e-f554-4c23-a0e4-1280a4fb0059-7746856724_thumb250.jpg",
    "song": "Always the Sun",
    "track_id": "7fa49179-21cf-49d9-a600-02b8323ea34f",
    "recording_id": "c7afef63-4e6c-4698-b2cc-8b47d43395fa",
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Always the Sun",
    "release_id": "6eb16d3e-f554-4c23-a0e4-1280a4fb0059",
    "release_group_id": "85a00bab-48b7-4869-abef-2733e4281bc3",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1986, from the band's ninth album, Dreamtime. \nCheck out the video:\nhttps://www.youtube.com/watch?v=mSG4ONpSnqk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}