Information about plays

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

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

{
    "id": 370241,
    "uri": "https://api.kexp.org/v2/plays/370241/?format=api",
    "airdate": "2019-08-21T04:03:00-07:00",
    "show": 6170,
    "show_uri": "https://api.kexp.org/v2/shows/6170/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Painted Black",
    "track_id": null,
    "recording_id": null,
    "artist": "Skux",
    "artist_ids": [
        "817eed59-5747-4117-b023-1c0c0d5e6c1e"
    ],
    "album": "Kudis",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skux is the alter ego of Ayisha Jaffer in her new, emerging project that was spawned musically from a love of punk and a life-long admiration of the riot grrl movement. With the material co-written with Dan Walker of The Death Set, Jaffer performs live with her band between New Zealand, New York, and everywhere in between. Current location: Alaska.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}