Information about plays

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

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

{
    "id": 1357608,
    "uri": "https://api.kexp.org/v2/plays/1357608/?format=api",
    "airdate": "2008-04-03T05:27:58-07:00",
    "show": 23709,
    "show_uri": "https://api.kexp.org/v2/shows/23709/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517BNS-yMfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517BNS-yMfL._SL75_.jpg",
    "song": "Cortez the Killer",
    "track_id": "d903f8ea-803e-45ae-a9db-149e787dd9b2",
    "recording_id": null,
    "artist": "Neil Young & Crazy Horse",
    "artist_ids": [
        "0f3515b0-75c9-46c9-b26c-4cd05d26eae7"
    ],
    "album": "Live Rust",
    "release_id": "5d3a309b-052b-4da8-9826-3336e5a0f31f",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1979-11-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}