Information about plays

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

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

{
    "id": 3564531,
    "uri": "https://api.kexp.org/v2/plays/3564531/?format=api",
    "airdate": "2025-10-13T10:28:19-07:00",
    "show": 64825,
    "show_uri": "https://api.kexp.org/v2/shows/64825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cuz We're Indigenous",
    "track_id": null,
    "recording_id": null,
    "artist": "2 8 tha Native, Def-i, Deserae Harp",
    "artist_ids": [],
    "album": "Everything Is Golden",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Albuquerque, NM, Def-i represents the Diné Nation as one of the Southwest’s most active and prominent touring artists.\n\nInstagram: \n@2_8_tha_native\n@def_i\n@desirae_harp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}