Information about plays

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

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

{
    "id": 3624474,
    "uri": "https://api.kexp.org/v2/plays/3624474/?format=api",
    "airdate": "2026-03-02T17:21:23-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cell Therapy",
    "track_id": null,
    "recording_id": "9bc30bac-4fe8-4493-b0b1-69df747b81d0",
    "artist": "Goodie Mob",
    "artist_ids": [
        "ade9b668-e38f-41a8-a6e5-51442c5d6468"
    ],
    "album": "Soul Food",
    "release_id": null,
    "release_group_id": "24cfe4c3-06c4-3148-9e32-b88dd2aebdb3",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1995-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goodie Mob, formed in Atlanta, Georgia in 1991, is widely considered one of the founding hip hop acts of the Dirty South movement. Members Cee-Lo (Thomas Callaway), Khujo Goodie (Willie Knighton, Jr.), T-Mo Goodie (Robert Barnett), and Big Gipp (Cameron Gipp) make up the group,\n--\nSee a live performance in (You guessed it!) Atlanta last year: https://www.youtube.com/watch?v=khZbWOQj5ZY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}