Information about plays

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

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

{
    "id": 3595856,
    "uri": "https://api.kexp.org/v2/plays/3595856/?format=api",
    "airdate": "2025-12-25T13:16:40-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Disco",
    "track_id": "0b7e8594-5afe-3cf7-ae7a-9ac855c7facc",
    "recording_id": "02fd033a-3041-4c8d-819c-ba9bc955bf87",
    "artist": "The Superions",
    "artist_ids": [
        "f7c46bf4-e419-4129-991e-225c282baadb"
    ],
    "album": "Destination... Christmas!",
    "release_id": "2e1095e0-95ca-4f9a-baf3-f3e949e72367",
    "release_group_id": "4484207c-ba54-4603-bba7-258b8f25d23a",
    "labels": [
        "Fanatic Records"
    ],
    "label_ids": [
        "c6976ee1-17b8-47cb-9981-39f085d6d1bd"
    ],
    "release_date": "2010-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "a side project of The B-52s frontman Fred Schneider with Noah Brodie and Dan Marshall.\n\nhttps://fredschneiderthesuperions.bandcamp.com/album/destination-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}