Information about plays

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

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

{
    "id": 3659359,
    "uri": "https://api.kexp.org/v2/plays/3659359/?format=api",
    "airdate": "2026-05-25T09:37:22-07:00",
    "show": 66811,
    "show_uri": "https://api.kexp.org/v2/shows/66811/?format=api",
    "image_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb500.jpg",
    "thumbnail_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb250.jpg",
    "song": "White Flag",
    "track_id": "54fe4759-2762-4f4a-ba43-db7fa89d005e",
    "recording_id": "aa807a4f-925d-4975-94c3-ecf69cf8b7a0",
    "artist": "Vince Staples",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff"
    ],
    "album": "Cry Baby",
    "release_id": "c658dfb6-8750-4f88-bd80-fbb9d8791f37",
    "release_group_id": "c61a29d8-6311-4b4a-96ab-e5f1b2294dab",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-06-05",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new from Vince Staples!\n\nWatch the official video here: https://www.youtube.com/watch?v=uYU1J7QszpU\n\nNew album, Cry Baby, drops June 5th!\nhttps://vincestaples.bandcamp.com/album/cry-baby",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}