Information about plays

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

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

{
    "id": 3550933,
    "uri": "https://api.kexp.org/v2/plays/3550933/?format=api",
    "airdate": "2025-09-09T16:42:52-07:00",
    "show": 64519,
    "show_uri": "https://api.kexp.org/v2/shows/64519/?format=api",
    "image_uri": "https://ia803401.us.archive.org/35/items/mbid-982be6a9-2829-4e22-912d-f8bc0b2378d7/mbid-982be6a9-2829-4e22-912d-f8bc0b2378d7-28505688328_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-982be6a9-2829-4e22-912d-f8bc0b2378d7/mbid-982be6a9-2829-4e22-912d-f8bc0b2378d7-28505688328_thumb250.jpg",
    "song": "Sugar Man",
    "track_id": "76ea2af9-1623-45a4-b1a5-19b8ce6c21e7",
    "recording_id": "f269973b-5f67-4379-9caa-d79550e4c9b4",
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Spotify Singles",
    "release_id": "982be6a9-2829-4e22-912d-f8bc0b2378d7",
    "release_group_id": "e82762b0-17e7-4a4c-89ad-65a65342bf91",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2021-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Black Pumas' cover of the Rodriguez classic.  The original was released in 1970 on the Rodriguez's debut album, Cold Fact. \n\nCheck out Black Pumas' 2024 Live on KEXP session here! \nhttps://www.youtube.com/watch?v=xFWDDwKQPwg\n\nhttps://www.blackpumas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}