Information about plays

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

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

{
    "id": 3573683,
    "uri": "https://api.kexp.org/v2/plays/3573683/?format=api",
    "airdate": "2025-11-04T00:24:30-08:00",
    "show": 65017,
    "show_uri": "https://api.kexp.org/v2/shows/65017/?format=api",
    "image_uri": "https://coverartarchive.org/release/b98137d3-e77f-463e-9c4c-b7a2a8c97b92/39924051299-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b98137d3-e77f-463e-9c4c-b7a2a8c97b92/39924051299-250.jpg",
    "song": "Ties",
    "track_id": null,
    "recording_id": null,
    "artist": "Bird of Peace Orchestra",
    "artist_ids": [],
    "album": "Bird of Peace Orchestra",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Do You Have Peace?"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lovely downtempo / ambient pop sounds - https://doyouhavepeace.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}