Information about plays

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

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

{
    "id": 3601230,
    "uri": "https://api.kexp.org/v2/plays/3601230/?format=api",
    "airdate": "2026-01-07T01:55:13-08:00",
    "show": 65584,
    "show_uri": "https://api.kexp.org/v2/shows/65584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Round Mirrors",
    "track_id": "928b8487-0b6f-4a87-a7a6-5c4dbaa378f0",
    "recording_id": "5092e5db-ee02-49fd-8fb5-087043feda76",
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Harvey Danger Live at KEXP",
    "release_id": "b2e7d7c8-514d-4678-9723-f92d0b8ba67c",
    "release_group_id": "fee22308-6826-4063-a152-c1103f8b5642",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-10-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live version of this wonderful song: \n\nhttps://www.youtube.com/watch?v=GTfTsdxnCdE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}