Information about plays

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

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

{
    "id": 3580116,
    "uri": "https://api.kexp.org/v2/plays/3580116/?format=api",
    "airdate": "2025-11-19T05:38:31-08:00",
    "show": 65151,
    "show_uri": "https://api.kexp.org/v2/shows/65151/?format=api",
    "image_uri": "https://ia801907.us.archive.org/15/items/mbid-213d2028-5848-49ce-b506-4eae0ce0d36b/mbid-213d2028-5848-49ce-b506-4eae0ce0d36b-9984114640_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/15/items/mbid-213d2028-5848-49ce-b506-4eae0ce0d36b/mbid-213d2028-5848-49ce-b506-4eae0ce0d36b-9984114640_thumb250.jpg",
    "song": "Blank Frank",
    "track_id": "87f3c3e5-e8d4-42c9-9cd3-8c9d5f7ce211",
    "recording_id": "63c11e3c-cb6b-4528-ac69-55b9761c91ca",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Here Come the Warm Jets",
    "release_id": "213d2028-5848-49ce-b506-4eae0ce0d36b",
    "release_group_id": "90d9be4c-30be-3e28-949a-66ee22c3a63a",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here Come the Warm Jets is the debut solo studio album by Brian Eno, upon his exit from Roxy Music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}