Information about plays

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

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

{
    "id": 3667546,
    "uri": "https://api.kexp.org/v2/plays/3667546/?format=api",
    "airdate": "2026-06-13T21:14:53-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/52912672-8a42-4038-990c-46b7b8e7b531/43417435318-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52912672-8a42-4038-990c-46b7b8e7b531/43417435318-250.jpg",
    "song": "Bored Teenagers",
    "track_id": null,
    "recording_id": "f8db2647-7da2-4539-8645-425cea9547f2",
    "artist": "The Adverts",
    "artist_ids": [
        "60ec2ff0-d58a-4319-9d8a-2142ad5bf48a"
    ],
    "album": "Crossing the Red Sea with The Adverts",
    "release_id": null,
    "release_group_id": "7f32f3a7-2b4d-357d-a722-6943880ace45",
    "labels": [
        "Link Records"
    ],
    "label_ids": [
        "54f5dd58-3c1a-4c05-a6df-20079a3a172c"
    ],
    "release_date": "1978-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Adverts were one of the first punk bands to achieve mainstream success in the UK; their 1977 single \"Gary Gilmore's Eyes\" reached No. 18 on the UK Singles Chart.  Bassist and founding member Gaye Advert has been described as the \"first female punk star\".\n\nhttps://theadvertsmusic.bandcamp.com/album/cast-of-thousands-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}