Information about plays

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

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

{
    "id": 382882,
    "uri": "https://api.kexp.org/v2/plays/382882/?format=api",
    "airdate": "2019-09-19T08:32:10-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Subways",
    "track_id": "5daf1da3-32e9-448b-be71-23b5612b2355",
    "recording_id": null,
    "artist": "The Avalanches",
    "artist_ids": [
        "a6623d39-2d8e-4f70-8242-0a9553b91e50"
    ],
    "album": "Wildflower",
    "release_id": "b78bfe96-6601-4f07-a44d-d442ac756f87",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "About the vocal sample in this one from The Avalanches: “It’s based around a sample from a 12-year-old singer called Chandra… We came across her EP, called The Transportation EP, made in 1980 and it’s this crazy No Wave post-punk random music… It must be very strange for her today to hear her 12-year-old self sampled in another dimension exploded around in space and time, coming back out through the radio again.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}