Information about plays

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

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

{
    "id": 3632772,
    "uri": "https://api.kexp.org/v2/plays/3632772/?format=api",
    "airdate": "2026-03-23T15:07:34-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8dde02d-ca11-4226-b360-4477364bff40/19719530494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8dde02d-ca11-4226-b360-4477364bff40/19719530494-250.jpg",
    "song": "Supernova",
    "track_id": null,
    "recording_id": "1711e6d6-2eb4-437f-ba84-d983496d8342",
    "artist": "Opal",
    "artist_ids": [
        "711a78ab-184f-4a38-9e5f-e43b4ce50aca"
    ],
    "album": "Happy Nightmare Baby",
    "release_id": null,
    "release_group_id": "07871553-e942-3cf2-bf5c-a534400fe275",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opal's Kendra Smith was a founding member of the band The Dream Syndicate.\n\nOpal released only one record, the 'Northern Line' EP, and one album, 'Happy Nightmare Baby', before they split up later released the 'Early Recordings compilation'. Smith left Opal during the band's final tour and was replaced by Hope Sandoval, with Opal changing its name to Mazzy Star after the tour.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}