Information about plays

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

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

{
    "id": 343936,
    "uri": "https://api.kexp.org/v2/plays/343936/?format=api",
    "airdate": "2019-06-20T13:37:00-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful World",
    "track_id": "03a2f31b-1a29-3e7e-b2bd-8409b7d51622",
    "recording_id": null,
    "artist": "Devo",
    "artist_ids": [
        "88775bfe-4bf2-4ef7-a3a4-0ed769d621bb"
    ],
    "album": "Pioneers Who Got Scalped: The Anthology",
    "release_id": "3807381c-24d0-41d0-b1db-39eb31eaadaa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "2000-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The name Devo comes from the concept of 'de-evolution'—the idea that instead of continuing to evolve, mankind has actually begun to regress, as evidenced by the dysfunction and herd mentality of American society.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}