Information about plays

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

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

{
    "id": 3632742,
    "uri": "https://api.kexp.org/v2/plays/3632742/?format=api",
    "airdate": "2026-03-23T13:09:31-07:00",
    "show": 66260,
    "show_uri": "https://api.kexp.org/v2/shows/66260/?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": "Rocket Machine",
    "track_id": null,
    "recording_id": "607b9410-3fb6-47bb-a93b-3ea42acc55ca",
    "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": "Before there was Mazzy Star, there was Opal. The band released their debut album 'Happy Nightmare Baby' in 1987. When Kendra Smith departed the band during the album tour Hope Sandoval stepped in and the rest is history. \n\n'Happy Nightmare Baby' is the only studio album by the American band Opal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}