Information about plays

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

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

{
    "id": 2675834,
    "uri": "https://api.kexp.org/v2/plays/2675834/?format=api",
    "airdate": "2019-12-20T07:36:00-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’ll See You There",
    "track_id": "4a19408b-c3e5-4d63-acb6-6f50b7089d1a",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Born in the Echoes",
    "release_id": "e8b6d4e5-23f5-4e95-98f3-3e7e84ff11c7",
    "release_group_id": null,
    "labels": [
        "Virgin EMI Records"
    ],
    "label_ids": [
        "512e8486-bfbe-4779-b029-c364209cbb9c"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 37.  \"Born in the Echoes,\" The Chemical \nBrothers' eighth studio album, came out in 2015 after a five-year hiatus since their previous release.  Billboard called it \"a triumphant return\": https://www.billboard.com/articles/review/6634746/the-chemical-brothers-born-in-the-echoes-album-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}