Information about plays

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

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

{
    "id": 3572315,
    "uri": "https://api.kexp.org/v2/plays/3572315/?format=api",
    "airdate": "2025-10-31T18:50:50-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a078367-00cd-429e-9818-680d2088d6c6/40003337029-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a078367-00cd-429e-9818-680d2088d6c6/40003337029-250.jpg",
    "song": "Always Then",
    "track_id": null,
    "recording_id": "694df437-15b3-4d21-8c1d-5524b7d2355f",
    "artist": "The KVB",
    "artist_ids": [
        "cec651c7-19f4-4965-9566-3a05024130be"
    ],
    "album": null,
    "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": "audio-visual post-punk duo \n\nhttps://thekvb.bandcamp.com/album/always-then",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}