Information about plays

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

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

{
    "id": 3571419,
    "uri": "https://api.kexp.org/v2/plays/3571419/?format=api",
    "airdate": "2025-10-29T13:23:32-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Radio (Pete Rock remix)",
    "track_id": "4e60efc4-4edd-331b-af5c-791f79838b68",
    "recording_id": "e0eb09d0-a0fb-49b0-943f-23ae9a059780",
    "artist": "Robert Glasper Experiment feat. Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d",
        "0ec3c9dc-45e7-4bc1-9813-a866acaae772"
    ],
    "album": "Black Radio Recovered: The Remix EP",
    "release_id": "9fe468c7-933c-492f-87e2-05b466719aa5",
    "release_group_id": "e4288ade-7d4e-40ac-b277-ee6c24eb8f23",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See the Robert Glasper Experiment performing live in the KEXP Bumbershoot Music Lounge in 2013: https://www.youtube.com/watch?v=260MLsqtWVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}