Information about plays

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

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

{
    "id": 373324,
    "uri": "https://api.kexp.org/v2/plays/373324/?format=api",
    "airdate": "2019-08-28T02:20:00-07:00",
    "show": 6216,
    "show_uri": "https://api.kexp.org/v2/shows/6216/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shack Up Work Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "A Certain Ratio",
    "artist_ids": [
        "73577e86-4da8-4d76-949d-34c757e053be"
    ],
    "album": "Dirty Boy/Shack Up Remixed",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If there is an ACR sound, it’s a blend of urban funk and something more indefinable, existential and melancholy, but they have ricocheted from post-punk to Latin grooves to techno and electro-funk.\" Great Guardian interview about the band and its influence on so many huge names in the music industry. https://bit.ly/2zsC9kQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}