Information about plays

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

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

{
    "id": 3595570,
    "uri": "https://api.kexp.org/v2/plays/3595570/?format=api",
    "airdate": "2025-12-24T23:20:27-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e922160-6663-408a-b76b-f7383554eb67/18630736866-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e922160-6663-408a-b76b-f7383554eb67/18630736866-250.jpg",
    "song": "Christmas in Prison",
    "track_id": null,
    "recording_id": "f8b88066-3eb8-4447-9323-bffaf166b1af",
    "artist": "John Prine",
    "artist_ids": [
        "e86492c1-0376-4df0-8042-8ba058c83960"
    ],
    "album": "Sweet Revenge",
    "release_id": null,
    "release_group_id": "39e2e75e-03b5-3428-a856-84c4c2c639a4",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}