Information about plays

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

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

{
    "id": 3580605,
    "uri": "https://api.kexp.org/v2/plays/3580605/?format=api",
    "airdate": "2025-11-20T10:12:27-08:00",
    "show": 65161,
    "show_uri": "https://api.kexp.org/v2/shows/65161/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stay Gold",
    "track_id": "3c3154ea-4d98-404e-a6b2-18ef27464110",
    "recording_id": "9f94820b-ee58-4cd2-bb83-462d9765a44e",
    "artist": "Black Pumas",
    "artist_ids": [
        "dd569857-d15e-4dbe-baad-b46a5ffe34a0"
    ],
    "album": "Black Pumas",
    "release_id": "6b8bba6e-4abb-45b0-a779-de4fff323b01",
    "release_group_id": "a59674f1-3160-44c5-bb67-3fe77f266ce9",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-06-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Austin, Texas-based group, often dubbed an “American psychedelic soul band” formed after Grammy Award winning guitarist and producer Adrian Quesada met the exceptionally talented singer, Eric Burton. After a brief time performing live, they recorded this eponymous debut album and were promptly nominated for a Best New Artist Grammy.\n\nThe Black Pumas came though KEXP for a live performance last year, you can check out that video here: https://www.youtube.com/watch?v=xFWDDwKQPwg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}