Information about plays

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

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

{
    "id": 373166,
    "uri": "https://api.kexp.org/v2/plays/373166/?format=api",
    "airdate": "2019-08-27T20:52:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shabazz Qalandar",
    "track_id": null,
    "recording_id": null,
    "artist": "Nusrat Fateh Ali Khan",
    "artist_ids": [
        "5968383c-11c1-4c5b-ada0-504a38cec8e7"
    ],
    "album": "Live at WOMAD 1985",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Real World Records Ltd."
    ],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nusrat was a \"Pakistani vocalist and musician, primarily a singer of Qawwali, a form of Sufi Islamic devotional music. Widely considered one of the greatest voices ever recorded, he possessed an extraordinary range of vocal abilities and could perform at a high level of intensity for several hours.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}