Information about plays

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

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

{
    "id": 2682568,
    "uri": "https://api.kexp.org/v2/plays/2682568/?format=api",
    "airdate": "2020-01-05T18:37:00-08:00",
    "show": 46302,
    "show_uri": "https://api.kexp.org/v2/shows/46302/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Uzi Weighs a Ton",
    "track_id": "dd693974-9c4c-4976-b333-f13b8704ae57",
    "recording_id": null,
    "artist": "Brownout",
    "artist_ids": [
        "c7c1b94b-92d6-4ffb-bc53-949e24d8b858"
    ],
    "album": "Fear of a Brown Planet",
    "release_id": "ab84d540-d3c0-43e8-9901-5b1641e8ecc7",
    "release_group_id": null,
    "labels": [
        "Fat Beats Records"
    ],
    "label_ids": [
        "8319a9cf-0459-4676-893e-be41069bc581"
    ],
    "release_date": "2018-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}