Information about plays

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

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

{
    "id": 3540791,
    "uri": "https://api.kexp.org/v2/plays/3540791/?format=api",
    "airdate": "2025-08-16T15:34:33-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hanging On The Telephone",
    "track_id": null,
    "recording_id": null,
    "artist": "Dávila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Under the Covers Vol. 2: A Tribute to Paul Collins, Peter Case, and Jack Lee (of the Nerves)",
    "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": "https://volarrecords.bandcamp.com/album/under-the-covers-vol-2-a-tribute-to-paul-collins-peter-case-and-jack-lee-of-the-nerves",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}