Information about plays

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

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

{
    "id": 3625348,
    "uri": "https://api.kexp.org/v2/plays/3625348/?format=api",
    "airdate": "2026-03-04T20:25:21-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Fine Parking Spot",
    "track_id": null,
    "recording_id": null,
    "artist": "TOBACCO",
    "artist_ids": [],
    "album": "A Fine Parking Spot",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rad Cult"
    ],
    "label_ids": [
        "5b35d2dd-2151-4128-a583-61ac3373550d"
    ],
    "release_date": "2026-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "brand new single from Tom Fec of Black Moth Super Rainbow",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}