Information about plays

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

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

{
    "id": 3568316,
    "uri": "https://api.kexp.org/v2/plays/3568316/?format=api",
    "airdate": "2025-10-22T01:52:52-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "https://ia801305.us.archive.org/11/items/mbid-fea1e2f4-84a6-4814-8504-1ed4078e0728/mbid-fea1e2f4-84a6-4814-8504-1ed4078e0728-7954407250_thumb500.jpg",
    "thumbnail_uri": "https://ia601305.us.archive.org/11/items/mbid-fea1e2f4-84a6-4814-8504-1ed4078e0728/mbid-fea1e2f4-84a6-4814-8504-1ed4078e0728-7954407250_thumb250.jpg",
    "song": "The Last Bus",
    "track_id": "29c17146-902f-3cef-a495-ab23daceabcc",
    "recording_id": "f02d5efd-0e8a-49f0-a9d3-e599a252cce0",
    "artist": "Zoe Muth and the Lost High Rollers",
    "artist_ids": [
        "19407f43-9c1f-424a-8cbb-ba126d625c69"
    ],
    "album": "Zoe Muth and the Lost High Rollers",
    "release_id": "fea1e2f4-84a6-4814-8504-1ed4078e0728",
    "release_group_id": "bc7d5769-b42c-4858-b79b-3badde03f956",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-12-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}