Information about plays

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

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

{
    "id": 3585037,
    "uri": "https://api.kexp.org/v2/plays/3585037/?format=api",
    "airdate": "2025-11-30T14:55:49-08:00",
    "show": 65253,
    "show_uri": "https://api.kexp.org/v2/shows/65253/?format=api",
    "image_uri": "https://ia800204.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": "Comfortably Numb",
    "track_id": "1ea26f87-fade-3258-ba0c-8d4c68ce150d",
    "recording_id": "9ffabbe4-e078-4906-80a7-3a02b537e251",
    "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": true,
    "is_live": false,
    "comment": "\"The Wall\" released on this day in 1979.\n\nhttps://www.pinkfloyd.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}