Information about plays

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

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

{
    "id": 343114,
    "uri": "https://api.kexp.org/v2/plays/343114/?format=api",
    "airdate": "2019-06-18T20:29:00-07:00",
    "show": 5721,
    "show_uri": "https://api.kexp.org/v2/shows/5721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Al Ya Zain",
    "track_id": "8f61dd8e-1af5-4f86-b2e0-8a5288a31783",
    "recording_id": null,
    "artist": "Syriana",
    "artist_ids": [
        "ed985c10-e92b-4b04-accb-8183bd75d6f5"
    ],
    "album": "The Road To Damascus",
    "release_id": "e33a7880-5914-44ac-8b33-847d4abcb91a",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [],
    "release_date": "2010-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Conceived in London and recorded in Damascus, this fascinating collection is a true fusion on many levels, traversing space and time, reinventing and subverting stereotypes, consciously marrying ancient Middle Eastern sounds with Parisian cafe music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}