Information about plays

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

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

{
    "id": 1233512,
    "uri": "https://api.kexp.org/v2/plays/1233512/?format=api",
    "airdate": "2007-05-20T16:07:00-07:00",
    "show": 21609,
    "show_uri": "https://api.kexp.org/v2/shows/21609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21G7ET9CBKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21G7ET9CBKL._SL75_.jpg",
    "song": "Barbarella",
    "track_id": "e1951718-54c8-41b7-a9b7-ff18d5fcd772",
    "recording_id": null,
    "artist": "The Bongos",
    "artist_ids": [
        "65835e9a-1ac9-4ed5-997a-a79ddc8d0ccd"
    ],
    "album": "Numbers With Wings / Beat Hotel",
    "release_id": "a17ffa3b-dc99-486a-992d-2ee9ae6dfb86",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}