Information about plays

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

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

{
    "id": 377352,
    "uri": "https://api.kexp.org/v2/plays/377352/?format=api",
    "airdate": "2019-09-06T06:22:46-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soft Shock",
    "track_id": "a11a9e31-43f2-32f9-8d28-b4bbe3d007c3",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "It's Blitz!",
    "release_id": "e315a8a4-3ac4-4c68-af95-844a1d3d01c0",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2009-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A rich, soaring ode to the simplest acts of affection, ‘Soft Shock’ is the perfect example of Yeah Yeah Yeah’s emotional intimacy. Despite clocking in at a reasonably standard three-and-a-half minutes, it feels like it could go on for eternity, the steadily building, overwhelming use of electronics perfectly capturing that feeling of taking a deep dive into devotion.\" This discussion of \"Soft Shock\" is part of an article (and videos) of the band's \"10 best songs\": https://www.nme.com/blogs/nme-blogs/yeah-yeah-yeahs-10-best-songs-2323455",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}