Information about plays

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

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

{
    "id": 3602847,
    "uri": "https://api.kexp.org/v2/plays/3602847/?format=api",
    "airdate": "2026-01-10T23:35:57-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flamethrower Etiquette",
    "track_id": null,
    "recording_id": null,
    "artist": "Hot Load",
    "artist_ids": [],
    "album": "Fate Unknown",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Going Underground"
    ],
    "label_ids": [],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA band featuring members of Condition, Smut, and Artificial Joy.\n\nFate Unknown made Mac's Top 10 Albums of 2025.\n\nhttps://hotload.bandcamp.com/album/fate-unknown",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}