Information about plays

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

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

{
    "id": 3521166,
    "uri": "https://api.kexp.org/v2/plays/3521166/?format=api",
    "airdate": "2025-07-01T11:08:09-07:00",
    "show": 63891,
    "show_uri": "https://api.kexp.org/v2/shows/63891/?format=api",
    "image_uri": "https://ia903208.us.archive.org/14/items/mbid-c9795844-0c1b-48a9-8322-fa36874af6cb/mbid-c9795844-0c1b-48a9-8322-fa36874af6cb-3448258087_thumb500.jpg",
    "thumbnail_uri": "https://ia903208.us.archive.org/14/items/mbid-c9795844-0c1b-48a9-8322-fa36874af6cb/mbid-c9795844-0c1b-48a9-8322-fa36874af6cb-3448258087_thumb250.jpg",
    "song": "White Rabbit",
    "track_id": "18359496-403e-372f-8713-0508d13b915b",
    "recording_id": "5f231710-2468-4a9e-90a0-9e8cd38b60b0",
    "artist": "Jefferson Airplane",
    "artist_ids": [
        "39c2a93d-9afa-4a22-9bba-c087ab056e1c"
    ],
    "album": "Surrealistic Pillow",
    "release_id": "c9795844-0c1b-48a9-8322-fa36874af6cb",
    "release_group_id": "e6440cd2-5e8e-367d-bc49-cc042b5ef524",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Do not miss Grace Slick's isolated vocals for \"White Rabbit\": https://www.youtube.com/watch?v=khZ7e9ytm-g\n--\n\"Drenched in echo, Slick sings with martial precision, completely in command of her vibrato and dipping and rising all through the Phrygian scale (also known as the Spanish or Gypsy scale.).\": https://www.openculture.com/2024/02/hear-grace-slicks-hair-raising-vocals-in-the-isolated-track-for-white-rabbit-1967.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}