Information about plays

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

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

{
    "id": 373983,
    "uri": "https://api.kexp.org/v2/plays/373983/?format=api",
    "airdate": "2019-08-29T13:29:07-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "http://coverartarchive.org/release/5fd840bf-08c8-4f09-9fdd-f1a07d29470a/15136334280-250.jpg",
    "thumbnail_uri": "",
    "song": "C30, C60, C90 Go",
    "track_id": "61e1b7c1-b8a8-31e2-92e1-041179f982ca",
    "recording_id": null,
    "artist": "Bow Wow Wow",
    "artist_ids": [
        "2a81f398-647b-4580-b24c-d78b3103a27b"
    ],
    "album": "The Best of Bow Wow Wow",
    "release_id": "5fd840bf-08c8-4f09-9fdd-f1a07d29470a",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1996-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This English band formed in 1980. The band's music was characterized by a danceable new wave sound that drew on a Burundi beat provided by Dave Barbarossa on drums, as well as the suggestive lyrics squealed into the mic by their teenage lead vocalist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}