Information about plays

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

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

{
    "id": 3544160,
    "uri": "https://api.kexp.org/v2/plays/3544160/?format=api",
    "airdate": "2025-08-24T10:27:00-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/188fb66b-2fd9-41a7-8d81-088e20714ad1/22846264996-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/188fb66b-2fd9-41a7-8d81-088e20714ad1/22846264996-250.jpg",
    "song": "Paranoid",
    "track_id": null,
    "recording_id": "a38191cb-2946-45d8-8738-1c2dfc9a3f08",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Paranoid",
    "release_id": null,
    "release_group_id": "cc053745-c447-3566-8f27-bed5438c9133",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [],
    "release_date": "1970-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Just four months after their debut album was released the Brummie (from Birmingham, UK) band went into the studio to record their follow up. Trying to pad out the number of songs on the album, Tommy Iommi came up with the guitar line for Paranoid and within two hours the band had the entire song that would go on to be the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}