Information about plays

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

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

{
    "id": 347362,
    "uri": "https://api.kexp.org/v2/plays/347362/?format=api",
    "airdate": "2019-06-28T09:22:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Puppy Toy",
    "track_id": "95edddf5-e963-38ec-8720-f17527384b22",
    "recording_id": null,
    "artist": "Tricky",
    "artist_ids": [
        "5bf64d94-efd9-4334-96fd-e6197b0b02b8"
    ],
    "album": "Knowle West Boy",
    "release_id": "9b2cf3d7-cc54-421d-b1b0-f62a2968bd21",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [],
    "release_date": "2008-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This  track features Alex Mills. Tricky wrote about this unknown vocalist on his record label's website: \"There's a girl called Alex Mills, who's on my Brown Punk label. She sings on 'Puppy Toy'. She does the spoken word bits, too. She's from Leeds.\"  See the video for \"Puppy Toy\": https://www.youtube.com/watch?v=irMr0qX8jNs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}