Information about plays

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

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

{
    "id": 3551512,
    "uri": "https://api.kexp.org/v2/plays/3551512/?format=api",
    "airdate": "2025-09-11T01:56:10-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia803403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb500.jpg",
    "thumbnail_uri": "https://ia903403.us.archive.org/27/items/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e/mbid-3603f98f-0dce-3cbd-8bde-2f294225aa2e-8015457006_thumb250.jpg",
    "song": "White Light/White Heat",
    "track_id": "ddacff1d-6e99-3eef-b1d7-7e1efb1915ca",
    "recording_id": "c7070224-9860-4851-b5df-999222c0aec7",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "White Light/White Heat",
    "release_id": "3603f98f-0dce-3cbd-8bde-2f294225aa2e",
    "release_group_id": "fc0885e0-0284-3f9d-81ee-17c5e7196346",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1996-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}