Information about plays

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

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

{
    "id": 352495,
    "uri": "https://api.kexp.org/v2/plays/352495/?format=api",
    "airdate": "2019-07-10T08:08:00-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Right Thing/GDMFSOB (clean instrumental version)",
    "track_id": "82fcac77-e36a-3096-b6fe-c880c57335a0",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "eb9f1d2f-1052-382a-a263-334931a8acfb",
    "release_group_id": null,
    "labels": [
        "Universal Island Records"
    ],
    "label_ids": [],
    "release_date": "2002-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nearly six years after his debut production album, his second album, The Private Press, was released in June 2002. In the same year, the movie Scratch (2001, Doug Pray) was released to DVD with DJ Shadow appearing several times throughout the movie",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}