Information about plays

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

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

{
    "id": 354935,
    "uri": "https://api.kexp.org/v2/plays/354935/?format=api",
    "airdate": "2019-07-16T04:18:42-07:00",
    "show": 5918,
    "show_uri": "https://api.kexp.org/v2/shows/5918/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Too Rich",
    "track_id": "1b0e6f84-ace3-4125-ab22-7b78514aa18f",
    "recording_id": null,
    "artist": "Sarah Bethe Nelson",
    "artist_ids": [
        "e8ccdadd-5099-42fa-a9ce-1c1b389396e6"
    ],
    "album": "Weird Glow",
    "release_id": "d726e42f-b977-4180-b20e-bb99cc096a1b",
    "release_group_id": null,
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}