Information about plays

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

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

{
    "id": 3578744,
    "uri": "https://api.kexp.org/v2/plays/3578744/?format=api",
    "airdate": "2025-11-15T23:13:34-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Garbage Can",
    "track_id": null,
    "recording_id": "a7e9b855-bc73-4963-b304-8bdbd0ef277c",
    "artist": "The Nights And Days",
    "artist_ids": [
        "be0aa247-4486-46c4-b132-aeb83cdf82e9"
    ],
    "album": "Garbage Can",
    "release_id": null,
    "release_group_id": "d7b94aff-1754-4324-968f-6ca0b84c85fc",
    "labels": [
        "Regal Select Records"
    ],
    "label_ids": [
        "6522b06e-793d-480e-a031-00d46d2a2f38"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "w/ Rob Vasquez - Seattle punk\n\nHe has a new band, SUPRR POWRR that is on Total Punk Records.\n\nhttps://totalpunkrecords.com/collections/total-punk-floridas-dying/products/nice-smile-pissed-off-zombies-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}