Information about plays

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

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

{
    "id": 3569860,
    "uri": "https://api.kexp.org/v2/plays/3569860/?format=api",
    "airdate": "2025-10-25T18:19:59-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Lobster",
    "track_id": null,
    "recording_id": "1f700717-81c8-4afc-8ea3-3140e020ab65",
    "artist": "Botch",
    "artist_ids": [
        "72448406-ba82-43a7-9e13-d9a47ff333f4"
    ],
    "album": "All About Friends Forever, Volume Four",
    "release_id": null,
    "release_group_id": "7cce0b89-07cf-45e2-b4d0-56f21ba5e568",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is an INCREDIBLE cover of the B-52's \"Rock Lobster\" by Tacoma hardcore band Botch!\n\nhttps://botch.bandcamp.com/album/unifying-themes-redux",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}