Information about plays

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

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

{
    "id": 3612421,
    "uri": "https://api.kexp.org/v2/plays/3612421/?format=api",
    "airdate": "2026-02-02T22:07:35-08:00",
    "show": 65826,
    "show_uri": "https://api.kexp.org/v2/shows/65826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Com Magia",
    "track_id": null,
    "recording_id": null,
    "artist": "Diogo Strausz",
    "artist_ids": [],
    "album": "Dance Para Se Salvar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Favorite Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fun LP from Diogo Strausz paying tribute to the golden era of '70s and '80s disco and boogie from his native Brazil - https://favoriterecordings.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}