Information about plays

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

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

{
    "id": 370328,
    "uri": "https://api.kexp.org/v2/plays/370328/?format=api",
    "airdate": "2019-08-21T09:29:29-07:00",
    "show": 6171,
    "show_uri": "https://api.kexp.org/v2/shows/6171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry Lips",
    "track_id": "ccf06be1-5d85-3c50-b732-0ef2d7fb2bf8",
    "recording_id": null,
    "artist": "Archie Bronson Outfit",
    "artist_ids": [
        "8d274abf-23f7-48bf-bc88-0756948a79a2"
    ],
    "album": "Derdang Derdang",
    "release_id": "2df3a01a-c35d-3795-ba46-61031e8cb14f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Archie Bronson Outfit are an English rock band. Here's the official video: https://www.youtube.com/watch?v=xK8VzuF9zqE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}