Information about plays

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

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

{
    "id": 356076,
    "uri": "https://api.kexp.org/v2/plays/356076/?format=api",
    "airdate": "2019-07-18T15:02:00-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fix Up, Look Sharp",
    "track_id": "d92456b3-6f3f-336c-9467-c8aa3d907381",
    "recording_id": null,
    "artist": "Dizzee Rascal",
    "artist_ids": [
        "1a99cc88-aea3-4fe3-96b9-20791667f65f"
    ],
    "album": "Boy in da Corner",
    "release_id": "4ed83930-4875-4f5b-95d0-957279bc2ebb",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [],
    "release_date": "2003-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dizzee's first solo album, Boy in da Corner, was released to universal critical acclaim in August 2003, the second single from Boy in da Corner was \"Fix Up, Look Sharp\". The single, released in August 2003, gave Dizzee his first UK Top 20 single and also became the biggest hit from his debut album.In September, Dizzee was awarded the prestigious Mercury Prize for the best album of 2003.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}