Information about plays

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

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

{
    "id": 377418,
    "uri": "https://api.kexp.org/v2/plays/377418/?format=api",
    "airdate": "2019-09-06T09:42:42-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4df002b-a142-40bf-a3af-934ac2eae04d/18547238069-250.jpg",
    "thumbnail_uri": "",
    "song": "Dancing Choose",
    "track_id": "024b4fe6-89bf-3c71-a7dd-cbca2fea07d9",
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Dear Science",
    "release_id": "e4df002b-a142-40bf-a3af-934ac2eae04d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In my mind I'm breeding butterflies...\nBroken dreams, and alibis....\"  Want to know everything they're chanting?: https://genius.com/Tv-on-the-radio-dancing-choose-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}