Information about plays

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

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

{
    "id": 3612426,
    "uri": "https://api.kexp.org/v2/plays/3612426/?format=api",
    "airdate": "2026-02-02T22:29:33-08:00",
    "show": 65826,
    "show_uri": "https://api.kexp.org/v2/shows/65826/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love and Its Glory",
    "track_id": null,
    "recording_id": null,
    "artist": "Minnie Riperton",
    "artist_ids": [],
    "album": "Adventures in Paradise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Regarding the album cover, \"...although the actual album photo session was calm, things spiraled out of control on a promotional photo shoot with a different lion\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}