Information about plays

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

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

{
    "id": 3540576,
    "uri": "https://api.kexp.org/v2/plays/3540576/?format=api",
    "airdate": "2025-08-16T00:16:44-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "100Lifes",
    "track_id": null,
    "recording_id": null,
    "artist": "8Ball",
    "artist_ids": [
        "89c20fbe-42ad-4b52-85c3-d18fc5686717"
    ],
    "album": "Verses From the Book of Premro",
    "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://youtu.be/4kHw94pWUus?si=Djj0KcNXeHjx5sLg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}