Information about plays

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

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

{
    "id": 3577217,
    "uri": "https://api.kexp.org/v2/plays/3577217/?format=api",
    "airdate": "2025-11-12T11:25:00-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "https://ia801206.us.archive.org/0/items/mbid-25e4ded8-3c03-32d8-b4ca-d345dfbe3297/mbid-25e4ded8-3c03-32d8-b4ca-d345dfbe3297-11503015822_thumb500.jpg",
    "thumbnail_uri": "https://ia601206.us.archive.org/0/items/mbid-25e4ded8-3c03-32d8-b4ca-d345dfbe3297/mbid-25e4ded8-3c03-32d8-b4ca-d345dfbe3297-11503015822_thumb250.jpg",
    "song": "Albuquerque",
    "track_id": "57a6235b-7e92-32d0-ade9-46e7367632b7",
    "recording_id": "85d5016c-ffb9-4329-93f6-7fac28e9cfc9",
    "artist": "Neil Young",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf"
    ],
    "album": "Tonight’s the Night",
    "release_id": "25e4ded8-3c03-32d8-b4ca-d345dfbe3297",
    "release_group_id": "e0207e33-af06-3862-baba-f42ca722de0d",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1993-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 80th birthday Neil!\n\n\"The song sees Young returning to a theme that has filled his music from very early on: the vapidity of fame. It's something he seems to struggle with even more than most other musicians. Or, at least, it's something he's chosen to sing about more often than most. It may in fact be the most common theme of all his music, besides obvious stuff like heartbreak and love.\" \n\nhttps://www.songfacts.com/facts/neil-young/albuquerque",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}