Information about plays

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

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

{
    "id": 3522090,
    "uri": "https://api.kexp.org/v2/plays/3522090/?format=api",
    "airdate": "2025-07-03T12:57:00-07:00",
    "show": 63907,
    "show_uri": "https://api.kexp.org/v2/shows/63907/?format=api",
    "image_uri": "https://coverartarchive.org/release/7de8ca72-df4d-3f0c-8e38-d3281429e9d1/10759747629-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7de8ca72-df4d-3f0c-8e38-d3281429e9d1/10759747629-250.jpg",
    "song": "Kids of the Black Hole",
    "track_id": null,
    "recording_id": "2668e0da-4afd-4b43-9c2e-07cf4894931e",
    "artist": "Adolescents",
    "artist_ids": [
        "c43c7134-5d6f-4bfa-8275-b4012ae97c46"
    ],
    "album": "Adolescents",
    "release_id": null,
    "release_group_id": "fb58c604-6e45-3212-b559-6b7be21bcaef",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1981-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"One of Southern California's best-loved hardcore bands, the Adolescents helped establish the blueprint for Orange County punk.\"\n\nhttps://www.allmusic.com/artist/adolescents-mn0000927373",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}