Information about plays

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

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

{
    "id": 3604898,
    "uri": "https://api.kexp.org/v2/plays/3604898/?format=api",
    "airdate": "2026-01-16T01:42:44-08:00",
    "show": 65662,
    "show_uri": "https://api.kexp.org/v2/shows/65662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Back Against the Wall",
    "track_id": null,
    "recording_id": null,
    "artist": "Wiz Khalifa, rmr, Max B",
    "artist_ids": [],
    "album": "Khaotic",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Taylor Gang Entertainment"
    ],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Khaotic\" is the new album by Pittsburgh rapper Wiz Khalifa, released on January 16, 2026. This track features Max B, fresh out of a 20-year prison sentence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}