Information about plays

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

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

{
    "id": 3541103,
    "uri": "https://api.kexp.org/v2/plays/3541103/?format=api",
    "airdate": "2025-08-17T06:05:49-07:00",
    "show": 64313,
    "show_uri": "https://api.kexp.org/v2/shows/64313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Listening Bath",
    "track_id": null,
    "recording_id": null,
    "artist": "Jason Trueting and Dan Trueman",
    "artist_ids": [],
    "album": "A New Age for New Age, Vol. 7",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "A New Age for New Age"
    ],
    "label_ids": [],
    "release_date": "2025-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the 7th and latest volume in NYC-based label A New Age for New Age's on-going compilation series ~ https://anewagefornewage.bandcamp.com/album/a-new-age-for-new-age-vol-7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}