Information about plays

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

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

{
    "id": 3572620,
    "uri": "https://api.kexp.org/v2/plays/3572620/?format=api",
    "airdate": "2025-11-01T14:13:38-07:00",
    "show": 64994,
    "show_uri": "https://api.kexp.org/v2/shows/64994/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eliot St.",
    "track_id": "6076d447-e214-4282-8a41-cafdf4dd9462",
    "recording_id": "5d1fb8af-74a7-4365-ba1d-af26094eec25",
    "artist": "Quilt",
    "artist_ids": [
        "45fe4627-94fa-4cff-81d7-cb0636ccb053"
    ],
    "album": "Plaza",
    "release_id": "eaa5c07e-39b5-41b2-a827-6dbc99aa1068",
    "release_group_id": "6116f4b7-4cd2-480e-8e46-da02dcb5d11e",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2016-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl selected this song from Boston-based quartet Quilt as a free KEXP Song of the Day back in 2015: https://www.kexp.org/read/2015/12/16/song-of-the-day-quilt-eliot-st/\n\nWatch Quilt's full performance Live on KEXP in 2016: https://www.youtube.com/watch?v=OoElwVsHCVc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}