Information about plays

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

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

{
    "id": 3616516,
    "uri": "https://api.kexp.org/v2/plays/3616516/?format=api",
    "airdate": "2026-02-12T09:10:05-08:00",
    "show": 65912,
    "show_uri": "https://api.kexp.org/v2/shows/65912/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Our Lips Are Sealed",
    "track_id": "ff45a831-b049-314e-ba27-a5fa286887cc",
    "recording_id": "cba8729b-f1a6-49e8-9cab-fdc3f20c3ed2",
    "artist": "Fun Boy Three",
    "artist_ids": [
        "aa2ff391-2dcc-4478-915e-3e716e13bfc2"
    ],
    "album": "Waiting",
    "release_id": "f2f5ddca-c5f4-3dcb-abc9-8d8af4c2062f",
    "release_group_id": "1b1ce566-418b-3338-953c-c7b01319da4c",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Go-Go's supported The Specials on their 1980 'Seaside' tour of England - and Jane Wiedlin and Terry Hall had a brief affair. After she returned to the US, he mailed her lyrics and they collaborated to write the song.  Wiedlin told Uncut magazine, \"I was so shocked when I heard the Fun Boy 3 version, because it's so moody. I don't think Terry kept a copy of the lyrics, because he got some of the words wrong.\" https://bit.ly/3yWJNBq",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}