Information about plays

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

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

{
    "id": 3601529,
    "uri": "https://api.kexp.org/v2/plays/3601529/?format=api",
    "airdate": "2026-01-07T19:56:37-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": null,
    "recording_id": "ae26e730-fd1a-4942-b42f-31b4be92de41",
    "artist": "Loop",
    "artist_ids": [
        "c9cf28e7-e8bd-471d-9452-539d79583905"
    ],
    "album": "The World in Your Eyes",
    "release_id": null,
    "release_group_id": "080f1bb1-258f-30be-ae30-e559f4394984",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The World In Your Eyes was remastered in 2009 \n\nhttps://loopbandofficial.bandcamp.com/album/the-world-in-your-eyes-2009-remastered-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}