Information about plays

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

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

{
    "id": 3597322,
    "uri": "https://api.kexp.org/v2/plays/3597322/?format=api",
    "airdate": "2025-12-28T20:19:15-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save The Youth",
    "track_id": null,
    "recording_id": null,
    "artist": "Mellow Madness",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mega Sound Studios"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mellow Madness released \"Save The Youth\" as a b-side to \"Going, Going, Gone\" in 1980.\n\nMellow Madness was a 1980s soul group from Fayetteville, North Carolina, formed by two educators, Frank McNeil (a high school principal) and Malachi Sharpe (a high school band teacher). \nThe two opened a music school to teach young talented music students. The band was resident at the Radisson Hotel in Fayetteville and, because of their young ages, were required by law to leave the hotel before the lounge closed.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}