Information about plays

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

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

{
    "id": 3615009,
    "uri": "https://api.kexp.org/v2/plays/3615009/?format=api",
    "airdate": "2026-02-08T21:54:25-08:00",
    "show": 65882,
    "show_uri": "https://api.kexp.org/v2/shows/65882/?format=api",
    "image_uri": "https://coverartarchive.org/release/a691362b-4b00-46b0-be99-0539435aa9a6/43651147342-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a691362b-4b00-46b0-be99-0539435aa9a6/43651147342-250.jpg",
    "song": "Drum Machine",
    "track_id": null,
    "recording_id": "fee6d22b-1859-4400-b577-568cfac5132a",
    "artist": "Munnibrotherz",
    "artist_ids": [
        "cd95aebd-07d5-4418-8abc-b2acba7e62f7"
    ],
    "album": "Dirtybird Players",
    "release_id": null,
    "release_group_id": "822f6d45-7635-4591-af23-3847ff728910",
    "labels": [
        "Mixmag"
    ],
    "label_ids": [
        "f259fefd-0e3e-4337-85a8-9e6b5f2b801f"
    ],
    "release_date": "2013-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}