Information about plays

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

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

{
    "id": 3601316,
    "uri": "https://api.kexp.org/v2/plays/3601316/?format=api",
    "airdate": "2026-01-07T06:57:44-08:00",
    "show": 65585,
    "show_uri": "https://api.kexp.org/v2/shows/65585/?format=api",
    "image_uri": "https://ia600204.us.archive.org/10/items/mbid-f6108f99-488a-3498-98eb-b037af8268d8/mbid-f6108f99-488a-3498-98eb-b037af8268d8-2514907489_thumb500.jpg",
    "thumbnail_uri": "https://ia800204.us.archive.org/10/items/mbid-f6108f99-488a-3498-98eb-b037af8268d8/mbid-f6108f99-488a-3498-98eb-b037af8268d8-2514907489_thumb250.jpg",
    "song": "Another Brick in the Wall, Part 2",
    "track_id": "83da97d0-b776-3a57-a8c2-535e6a20a080",
    "recording_id": "597eae0b-ccb6-4076-b997-0ce940586076",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Wall",
    "release_id": "f6108f99-488a-3498-98eb-b037af8268d8",
    "release_group_id": "f2026101-945b-3d05-9ef4-aa718fc3feef",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1980,  Pink Floyd released 'Another Brick In The Wall (Part 2)' in the US. The single peaked at No.1 on both the US and UK charts, giving Pink Floyd their first and only No.1 hit single. \n\nEva Walker, not yet born, still manages to purchase a copy on this day., :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}