Information about plays

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

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

{
    "id": 517394,
    "uri": "https://api.kexp.org/v2/plays/517394/?format=api",
    "airdate": "2002-02-13T14:32:00-08:00",
    "show": 8926,
    "show_uri": "https://api.kexp.org/v2/shows/8926/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21WVVFGKT8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21WVVFGKT8L._SL75_.jpg",
    "song": "Desert Search for Techno Allah",
    "track_id": "8ab3800a-1179-423d-8ed8-a07f2b24a5a6",
    "recording_id": null,
    "artist": "Mr. Bungle",
    "artist_ids": [
        "277e21a9-2d64-452d-96c4-2d23a7af5891"
    ],
    "album": "Disco Volante",
    "release_id": "d2b60aa7-4dfe-4361-9c39-63a93ba48b0b",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1995-10-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}