Information about plays

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

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

{
    "id": 3552737,
    "uri": "https://api.kexp.org/v2/plays/3552737/?format=api",
    "airdate": "2025-09-13T23:12:50-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Makes Me Sick",
    "track_id": null,
    "recording_id": null,
    "artist": "The Derelicts",
    "artist_ids": [
        "7747804a-3749-4b2c-96bd-f6688528e990"
    ],
    "album": "Life Of Spite",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Digital Warfare"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "There will be a Celebration of Life gathering for Derelicts vocalist, Duane Bodenheimer, who passed away at Slim's Last Chane Saloon in Seattle on October 12th.\n\nhttps://www.facebook.com/events/1274357537498138/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}