Information about plays

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

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

{
    "id": 343653,
    "uri": "https://api.kexp.org/v2/plays/343653/?format=api",
    "airdate": "2019-06-19T21:34:00-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Your Head to the Sky",
    "track_id": "7216f68d-fdfe-4569-b37a-f852cc04ec74",
    "recording_id": null,
    "artist": "Earth, Wind & Fire",
    "artist_ids": [],
    "album": "Head to the Sky",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2016-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone called Earth, Wind & Fire \"innovative, precise yet sensual, calculated yet galvanizing\" and declared that the band \"changed the sound of black pop.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}