Information about plays

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

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

{
    "id": 3621967,
    "uri": "https://api.kexp.org/v2/plays/3621967/?format=api",
    "airdate": "2026-02-25T04:20:07-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Digital Witness",
    "track_id": "543d30db-e1bc-41ee-a4be-e8151ec2a523",
    "recording_id": "d200ea2b-269a-4acc-9cb0-f74b17d36168",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "St. Vincent",
    "release_id": "8adcba3d-7ac2-416d-9b8c-2c41b67da61d",
    "release_group_id": "37889165-4443-4248-abd0-3c1703d9c02a",
    "labels": [
        "Loma Vista Recordings",
        "Republic Records"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c",
        "e0ecd909-0477-485f-80dc-3c27ea4837ca"
    ],
    "release_date": "2014-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this date in 2014, St. Vincent released her self-titled studio album.\n\nSomeone said of this song, \"It's like Prince and Bowie had a baby...and David Bryne was the nanny.\"\n\nOfficial video here:\nhttps://www.youtube.com/watch?v=mVAxUMuhz98",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}