Information about plays

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

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

{
    "id": 3597840,
    "uri": "https://api.kexp.org/v2/plays/3597840/?format=api",
    "airdate": "2025-12-30T03:46:34-08:00",
    "show": 65512,
    "show_uri": "https://api.kexp.org/v2/shows/65512/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Mind Went Blank",
    "track_id": null,
    "recording_id": null,
    "artist": "Hopper1000",
    "artist_ids": [
        "393029b4-e385-45db-8968-16cef025e591"
    ],
    "album": "REAL JUNGLE 3",
    "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": "Jungle remix of one of my favorite DJ Screw tracks!!\n\nhttps://hopper1000.bandcamp.com/album/real-jungle-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}