Information about plays

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

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

{
    "id": 355545,
    "uri": "https://api.kexp.org/v2/plays/355545/?format=api",
    "airdate": "2019-07-17T09:32:52-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pursuit",
    "track_id": "5c37d122-ff87-3c07-a408-c47ae45f2408",
    "recording_id": null,
    "artist": "African Head Charge",
    "artist_ids": [
        "9b30a687-a841-4b91-b1d8-a0ba5b6085ea"
    ],
    "album": "In Pursuit of Shashamane Land",
    "release_id": "804cd7e7-e571-3fcb-8e95-22dfd3c03c2f",
    "release_group_id": null,
    "labels": [
        "Musidisc"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "African Head Charge is a globally-acclaimed, pioneering dub-reggae ensemble led by original co-founder, master percussionist and royal rastaman, Bonjo Iyabhinghi Noah. - http://www.africanheadcharge.live/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}