Information about plays

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

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

{
    "id": 3579703,
    "uri": "https://api.kexp.org/v2/plays/3579703/?format=api",
    "airdate": "2025-11-18T05:02:49-08:00",
    "show": 65143,
    "show_uri": "https://api.kexp.org/v2/shows/65143/?format=api",
    "image_uri": "https://dn710203.ca.archive.org/0/items/mbid-c1e8760e-90e7-4e62-941d-f146dd545230/mbid-c1e8760e-90e7-4e62-941d-f146dd545230-27954654796_thumb500.jpg",
    "thumbnail_uri": "https://dn710203.ca.archive.org/0/items/mbid-c1e8760e-90e7-4e62-941d-f146dd545230/mbid-c1e8760e-90e7-4e62-941d-f146dd545230-27954654796_thumb250.jpg",
    "song": "Waterfalls",
    "track_id": "49ef4a5a-a3c2-46e6-9872-b0675b404ca7",
    "recording_id": "5a40fb42-4d04-462c-85d4-631c8b571e5e",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Georgia E.P.",
    "release_id": "c1e8760e-90e7-4e62-941d-f146dd545230",
    "release_group_id": "0072f2d9-1503-4a8d-8449-91da0a99618e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2020-12-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Death Cab for Cutie doing an awesome cover of an awesome song from an awesome band, TLC's \"Waterfalls\". Here's a video of DCfC performing the cover live: https://www.youtube.com/watch?v=UXgi3gNoqsc&list=RDUXgi3gNoqsc&start_radio=1\n\nhttps://deathcabforcutie.bandcamp.com/track/waterfalls-tlc-cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}