Information about plays

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

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

{
    "id": 377095,
    "uri": "https://api.kexp.org/v2/plays/377095/?format=api",
    "airdate": "2019-09-05T16:37:15-07:00",
    "show": 6274,
    "show_uri": "https://api.kexp.org/v2/shows/6274/?format=api",
    "image_uri": "http://coverartarchive.org/release/6835be6c-5ecb-4db1-af57-b86d97d0f566/23723289857-250.jpg",
    "thumbnail_uri": "",
    "song": "Pressure Inside",
    "track_id": "71e48323-b363-4f89-ba7f-7c3bcbdf705d",
    "recording_id": null,
    "artist": "B Boys",
    "artist_ids": [
        "a56d4c4d-66e8-4eb1-a606-eaa633a050a8"
    ],
    "album": "Dudu",
    "release_id": "6835be6c-5ecb-4db1-af57-b86d97d0f566",
    "release_group_id": null,
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York’s B Boys (Andrew Kerr, Brendon Avalos, Britton Walker) find inspiration in the chaos that surrounds them: the aggressive attitude and sonic lawlessness of the city they live, work, and breathe in every day. Their raw, yet meticulous style is characterized by rhythmic complexity, commanding riffs, and introspective lyrics that are as playful and self-aware as they are cutting.<br/><br/> https://bboys.bandcamp.com/album/dudu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}