Information about plays

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

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

{
    "id": 2678426,
    "uri": "https://api.kexp.org/v2/plays/2678426/?format=api",
    "airdate": "2019-12-26T15:44:06-08:00",
    "show": 46228,
    "show_uri": "https://api.kexp.org/v2/shows/46228/?format=api",
    "image_uri": "https://coverartarchive.org/release/3821e35f-c925-442c-9655-da06d8d34ac8/1606761051-250.jpg",
    "thumbnail_uri": "",
    "song": "Rebirth of Slick (Cool Like Dat)",
    "track_id": "748bdc74-5a47-34fb-b0cd-16ce5fa97bcf",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": "3821e35f-c925-442c-9655-da06d8d34ac8",
    "release_group_id": null,
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle rapper and producer Ishmael “Butterfly” Butler on this album: \"At the time, I wasn’t thinking about musical categories. I was just using the samples that I could get my hands on; they were from records that belonged to my moms, my pops, and my uncles. My father was a stated jazz aficionado and he was into all the avant-garde stuff; he was a big Eric Dolphy fan. Mom liked Motown and CTI jazz; Donald Byrd kind of stuff. That shit was fly too. My sound also came from what I was listening to: DJ Premier, Prince Paul, Cocteau Twins, P-Funk, Prince. A gumbo of all of that stuff became our sound.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}