Information about plays

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

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

{
    "id": 3571418,
    "uri": "https://api.kexp.org/v2/plays/3571418/?format=api",
    "airdate": "2025-10-29T13:18:02-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Is Something for the Radio",
    "track_id": null,
    "recording_id": "c66eb84e-9dc3-4fdd-96e0-2c2ed180cd2c",
    "artist": "Biz Markie",
    "artist_ids": [
        "48b48175-5ffd-49a2-88e2-ca84118544ca"
    ],
    "album": "Goin’ Off",
    "release_id": null,
    "release_group_id": "8f9b4a37-03dc-3c76-b0e8-2c5d6d6ff17d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This Is Something for the Radio\" contains samples multiple elements of \"Garden Party\" from the movie Under the Cherry Moon and the vocals from  \"Wherever I Lay My Hat (That's My Home)\" by Marvin Gaye.\n---\n\"I ALWAYS look up to program directors...Cause they're the ones, the jam selectors...\" True, and a perfect song for Public Radio Music Day! Here's Biz Markie's lyrics: https://genius.com/Biz-markie-this-is-something-for-the-radio-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}