Information about plays

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

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

{
    "id": 3595998,
    "uri": "https://api.kexp.org/v2/plays/3595998/?format=api",
    "airdate": "2025-12-25T20:48:19-08:00",
    "show": 65473,
    "show_uri": "https://api.kexp.org/v2/shows/65473/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "snowy night",
    "track_id": null,
    "recording_id": "4e80bb2a-d981-4e61-9d3f-f92fa5510b0c",
    "artist": "Billlie",
    "artist_ids": [
        "3bd894b2-ec26-4ca0-b6cf-b5e66ead1f2e"
    ],
    "album": "the collective soul and unconscious: snowy night",
    "release_id": null,
    "release_group_id": "684b4b73-34b1-4683-a693-7913e7dc6295",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-12-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}