Information about plays

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

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

{
    "id": 3621964,
    "uri": "https://api.kexp.org/v2/plays/3621964/?format=api",
    "airdate": "2026-02-25T04:09:13-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Devil Gate Drive",
    "track_id": "abb94ea4-3cda-4081-b72f-374f56605520",
    "recording_id": "ffbeedd6-dbe9-4301-8b33-48c0582f8cda",
    "artist": "Suzi Quatro",
    "artist_ids": [
        "2c16cb3f-e85f-4158-889f-ffc038f5792d"
    ],
    "album": "Quatro",
    "release_id": "11791ee9-cf6d-4501-b7e3-242393b66145",
    "release_group_id": "28c577db-381f-36c4-a3e4-abf18c1828cc",
    "labels": [
        "RAK"
    ],
    "label_ids": [
        "80c3ece5-2746-4364-8b34-f5ef2b983e21"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song describes a trip to Devil Gate Drive, a fictional place where all the kids get their kicks. In a Songfacts interview with Suzi Quatro, she said: \"It's the place where you go when you're a teenager, and your parents say, 'Where are you going?' 'I'm going out.' 'Don't you dare go to such-and-such.' - https://bit.ly/3Zymqee\n---\nQuatro is also known for the role of Leather Tuscadero on the TV show Happy Days, playing the lead singer of the group Leather Tuscadero & the Suedes.\n- http://www.suziquatro.com/\n---",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}