Information about plays

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

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

{
    "id": 3573987,
    "uri": "https://api.kexp.org/v2/plays/3573987/?format=api",
    "airdate": "2025-11-04T17:09:31-08:00",
    "show": 65023,
    "show_uri": "https://api.kexp.org/v2/shows/65023/?format=api",
    "image_uri": "https://ia800902.us.archive.org/34/items/mbid-f2b0e0b1-ae55-461d-aa8e-db893f3047f1/mbid-f2b0e0b1-ae55-461d-aa8e-db893f3047f1-20576668677_thumb500.jpg",
    "thumbnail_uri": "https://dn721208.ca.archive.org/0/items/mbid-f2b0e0b1-ae55-461d-aa8e-db893f3047f1/mbid-f2b0e0b1-ae55-461d-aa8e-db893f3047f1-20576668677_thumb250.jpg",
    "song": "The Lick",
    "track_id": "ef439c11-0a6d-4669-b05f-52373d9af872",
    "recording_id": "9ea07138-47b0-4171-8b63-4609a5885d5c",
    "artist": "shame",
    "artist_ids": [
        "3294b9ce-0bef-4080-8ae8-95bad1abd71c"
    ],
    "album": "Songs of Praise",
    "release_id": "f2b0e0b1-ae55-461d-aa8e-db893f3047f1",
    "release_group_id": "fd833315-4aac-4364-a43e-aefb623898bc",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-01-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP would like to send you and a friend to see shame at Neumos in Seattle on February 13th. Text “shame”  to 206-903-KEXP (5397) for your chance to win!\n___\n\"The Lick\" was one of the songs that shame performed when they played live in the KEXP studio in 2018: https://www.youtube.com/watch?v=sJFjJMP5M0E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}