Information about plays

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

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

{
    "id": 353072,
    "uri": "https://api.kexp.org/v2/plays/353072/?format=api",
    "airdate": "2019-07-11T15:10:01-07:00",
    "show": 5882,
    "show_uri": "https://api.kexp.org/v2/shows/5882/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Destruction (Original 12\" Version - Bill Laswell Rmx)",
    "track_id": "642e3c7e-b5c1-4d11-ab1f-913c5becf0b0",
    "recording_id": null,
    "artist": "Time Zone Feat. Afrika Bambaataa & John Lydon",
    "artist_ids": [
        "b5473212-03b8-471a-8ccc-025fd114f543"
    ],
    "album": "The Celluloid Years",
    "release_id": "8aad68d2-4688-477a-93a7-f2e51455330d",
    "release_group_id": null,
    "labels": [
        "Collision: Cause of Chapter 3"
    ],
    "label_ids": [
        "a8c26fd0-b401-40b2-9ff1-27b4b5434ee6"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Time Zone was an electro band headed by Afrika Bambaataa. Bambaataa worked with different musicians for each Time Zone project.In December 1984, Time Zone released their most well-known single, \"World Destruction\". A collaboration between Bambaataa, ex-Sex Pistol/Public Image Ltd. leader John Lydon, and producer/bassist Bill Laswell. The \"World Destruction\" single was arranged by Laswell after Lydon and Bambaataa had acknowledged respect for each other's work",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}