Information about plays

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

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

{
    "id": 352198,
    "uri": "https://api.kexp.org/v2/plays/352198/?format=api",
    "airdate": "2019-07-09T16:35:03-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "http://coverartarchive.org/release/24e3729b-0bb0-40e2-ba1d-a6cf8d059043/4819746686-250.jpg",
    "thumbnail_uri": "",
    "song": "Gold Lion",
    "track_id": "15cbcaad-9d1e-30c2-842d-614e2fad4ed3",
    "recording_id": null,
    "artist": "Yeah Yeah Yeahs",
    "artist_ids": [
        "584c04d2-4acc-491b-8a0a-e63133f4bfc4"
    ],
    "album": "Show Your Bones",
    "release_id": "24e3729b-0bb0-40e2-ba1d-a6cf8d059043",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking to NME last year, Karen O gave an update on new music from the band, saying, \"The guys for the most part, I think they’re waiting on my just ‘getting struck by inspiration’ for it, y’know? A lot has changed in my life in the last 5 years and I’m just kinda waiting for the inspiration to hit me – and then we’ll go.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}