Information about plays

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

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

{
    "id": 376339,
    "uri": "https://api.kexp.org/v2/plays/376339/?format=api",
    "airdate": "2019-09-04T01:40:06-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kick in the Eye",
    "track_id": "35f618e4-f858-3f09-b3e1-2f92daf7f155",
    "recording_id": null,
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Gotham",
    "release_id": "83feb483-b174-4559-9dad-ea1e0c54c1a5",
    "release_group_id": null,
    "labels": [
        "Metropolis Records"
    ],
    "label_ids": [
        "55305fee-ba51-4dd5-afee-73c242b8046b"
    ],
    "release_date": "1999-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seeing this track live with the full band must have been INSANE. Recently saw Peter Murphy and David J perform this in Vancouver---lost my mind.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}