Information about plays

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

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

{
    "id": 371283,
    "uri": "https://api.kexp.org/v2/plays/371283/?format=api",
    "airdate": "2019-08-23T12:26:37-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/3075e1a0-853c-4014-af79-f953745b1681/21308180602-250.jpg",
    "thumbnail_uri": "",
    "song": "Deadbody",
    "track_id": "4c04370d-b50a-4410-afff-43068bf57ad4",
    "recording_id": null,
    "artist": "Miya Folick",
    "artist_ids": [
        "6fcdbe21-35d4-43ca-927a-96600de78e7e"
    ],
    "album": "Premonitions",
    "release_id": "3075e1a0-853c-4014-af79-f953745b1681",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2018-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}