Information about plays

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

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

{
    "id": 3540543,
    "uri": "https://api.kexp.org/v2/plays/3540543/?format=api",
    "airdate": "2025-08-15T22:37:03-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smash Mouth",
    "track_id": null,
    "recording_id": null,
    "artist": "Gifted Gab, Blimes, Frak",
    "artist_ids": [
        "b775cccf-c07a-4b1e-92ee-ee75dfaa18e2",
        "a9da94d3-58d2-4ec1-bce8-e5eb37dc604c",
        "59ecaf75-d682-4707-bd44-b324ae3c6e23"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The aunties are back!\n\nhttps://www.youtube.com/watch?v=QA8xAWzymX0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}