Information about plays

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

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

{
    "id": 533869,
    "uri": "https://api.kexp.org/v2/plays/533869/?format=api",
    "airdate": "2002-04-02T12:57:50-08:00",
    "show": 9248,
    "show_uri": "https://api.kexp.org/v2/shows/9248/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416EEES5ATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416EEES5ATL._SL75_.jpg",
    "song": "Yo-Yo",
    "track_id": "53539ebc-1b94-417b-9d28-09a0711ade8d",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Remedy",
    "release_id": "3a3685aa-9c4d-42f8-a401-e34a89494041",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "1999-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}