Information about plays

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

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

{
    "id": 370769,
    "uri": "https://api.kexp.org/v2/plays/370769/?format=api",
    "airdate": "2019-08-22T08:39:00-07:00",
    "show": 6177,
    "show_uri": "https://api.kexp.org/v2/shows/6177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "2Wicky",
    "track_id": "cec56d54-3060-388c-8be6-004e12045ad1",
    "recording_id": null,
    "artist": "Hooverphonic",
    "artist_ids": [
        "62dc94cc-f611-4345-87cb-b914796a4a45"
    ],
    "album": "A New Stereophonic Sound Spectacular",
    "release_id": "e74a9244-b5b4-3f25-8526-f9fb31fe52f7",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This trip-hop staple features samples from Issac Hayes 1969 song \"Walk on By\" and Pierre Henry's \"Voile D'Orphée I (Version Intégrale)\", also from 1969",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}