Information about plays

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

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

{
    "id": 379600,
    "uri": "https://api.kexp.org/v2/plays/379600/?format=api",
    "airdate": "2019-09-11T15:28:06-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Movies",
    "track_id": "bcc44339-5230-3d2d-8e2c-06d09c655c7f",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Is and Always Was",
    "release_id": "8f219db3-c773-41c5-b735-2371413a1c23",
    "release_group_id": null,
    "labels": [
        "High Wire Music"
    ],
    "label_ids": [
        "618c50c4-4ae4-4b9e-bf7a-bb5eb38e4aca"
    ],
    "release_date": "2009-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Official trailer for the documentary about Daniel Johnston, 'The Devil and Daniel Johnston': https://bit.ly/1vYVHG2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}