Information about plays

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

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

{
    "id": 377017,
    "uri": "https://api.kexp.org/v2/plays/377017/?format=api",
    "airdate": "2019-09-05T13:32:52-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spacelab",
    "track_id": "4180e6a8-dd26-3f3c-9aeb-7d84ebf95c7b",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "The Man-Machine",
    "release_id": "081a744e-ad3c-3127-927d-6e7ed3ac0423",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2009-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another classic from Emily's \"Science Rules!\" mix is this track from Kraftwerk. The band's work has influenced a diverse range of artists and many genres of modern music, including synthpop, hip hop, post-punk, techno, ambient, and club music. In 2014, the Recording Academy honored Kraftwerk with a Grammy Lifetime Achievement Award.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}