Information about plays

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

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

{
    "id": 349611,
    "uri": "https://api.kexp.org/v2/plays/349611/?format=api",
    "airdate": "2019-07-03T14:53:52-07:00",
    "show": 5824,
    "show_uri": "https://api.kexp.org/v2/shows/5824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LesAlpx",
    "track_id": "4d98f463-398e-4897-87c0-f1c918f3d8ec",
    "recording_id": null,
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Lesalpx / Coorabell",
    "release_id": "0ed3e589-e76d-4ef7-b9bf-630a88f549c4",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This new record will be out next Friday! https://floatingpoints.bandcamp.com/album/lesalpx-coorabell",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}