Information about plays

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

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

{
    "id": 3597569,
    "uri": "https://api.kexp.org/v2/plays/3597569/?format=api",
    "airdate": "2025-12-29T10:07:20-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lets Go Crazy",
    "track_id": null,
    "recording_id": "0e3cfc8e-04cd-4056-abbe-82bcc91ab382",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Lets Go Crazy",
    "release_id": null,
    "release_group_id": "9cd49bc3-8949-459a-8ef7-3692e5dbd0a5",
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Never to early to go crazy!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}