Information about plays

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

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

{
    "id": 354968,
    "uri": "https://api.kexp.org/v2/plays/354968/?format=api",
    "airdate": "2019-07-16T06:06:40-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soft Shock (acoustic)",
    "track_id": "00fdc075-488d-373e-b756-f9e5b84ab2ad",
    "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": "According to Nick Launay, one of the two producers, the recording of It's Blitz was unusual for being largely written and created in the studio at a time when record labels had cut back on production budgets. Launay described a typical session as follows:\n\nBrian Chase would play lots of different drumbeats and we'd record it, chop it up and then make a groove loop out of it. Nick Zinner would then just jam to it, and we'd come up with an interesting rhythm part. Karen O would listen to that and come up with a vocal melody and then suddenly everything would fall into place.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}