Information about plays

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

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

{
    "id": 3652058,
    "uri": "https://api.kexp.org/v2/plays/3652058/?format=api",
    "airdate": "2026-05-08T07:58:43-07:00",
    "show": 66659,
    "show_uri": "https://api.kexp.org/v2/shows/66659/?format=api",
    "image_uri": "https://coverartarchive.org/release/937e786e-4e74-3079-8a83-5a9cb0908807/14994878099-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/937e786e-4e74-3079-8a83-5a9cb0908807/14994878099-250.jpg",
    "song": "We Got the Beat",
    "track_id": null,
    "recording_id": "eb4464d7-e91c-4899-82b5-2f3ffa41e58c",
    "artist": "Go‐Go’s",
    "artist_ids": [
        "eec163e4-a013-4af0-9641-c5b2df41fff7"
    ],
    "album": "Beauty and the Beat",
    "release_id": null,
    "release_group_id": "8b64edc9-1a59-3840-8b12-85a4e19cf48a",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1981-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Go-Go's played this and \"Our Lips Are Sealed\" when they were musical guests on Saturday Night Live, November 14, 1981. The group would often have a few drinks before their shows, but for SNL they didn't take the stage until about midnight, so all that early drinking caught up with them, resulting in a rather sluggish performance.: https://www.reddit.com/r/LiveFromNewYork/comments/1nlov2k/the_gogos_perform_we_got_the_beat_on_november_14/\n--\nHere's a few minutes of that performance: https://www.instagram.com/reel/DFXCQELx4pj/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}