Information about plays

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

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

{
    "id": 3566387,
    "uri": "https://api.kexp.org/v2/plays/3566387/?format=api",
    "airdate": "2025-10-17T14:30:14-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://ia801301.us.archive.org/19/items/mbid-f501fc01-24ad-4f29-8452-19e01a1e455b/mbid-f501fc01-24ad-4f29-8452-19e01a1e455b-24000076234_thumb500.jpg",
    "thumbnail_uri": "https://ia601301.us.archive.org/19/items/mbid-f501fc01-24ad-4f29-8452-19e01a1e455b/mbid-f501fc01-24ad-4f29-8452-19e01a1e455b-24000076234_thumb250.jpg",
    "song": "KURT KOBAIN",
    "track_id": "be2cde20-c5e1-49ba-91cd-7fed22843424",
    "recording_id": "04ffc162-8a36-461a-a8a8-c653d861aeba",
    "artist": "Velvet Negroni",
    "artist_ids": [
        "0ece6fd9-6a25-4d78-82a2-971dfaeb1b18"
    ],
    "album": "Neon Brown",
    "release_id": "f501fc01-24ad-4f29-8452-19e01a1e455b",
    "release_group_id": "b2c3d941-4fc7-436e-aa14-99bfd587d11e",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2019-08-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis artist Velvet Negroni performed \"KURT KOBAIN\" live in the KEXP studio in 2019. Watch the full session here: https://youtu.be/TYyqnILlGLg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}