Information about plays

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

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

{
    "id": 355452,
    "uri": "https://api.kexp.org/v2/plays/355452/?format=api",
    "airdate": "2019-07-17T04:44:36-07:00",
    "show": 5923,
    "show_uri": "https://api.kexp.org/v2/shows/5923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peacock Tail",
    "track_id": null,
    "recording_id": null,
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "The Campfire Headphase",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Not to be confused with the P. Diddy, Nelly and Murphy Lee song from Bad Boys II",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}