Information about plays

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

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

{
    "id": 464288,
    "uri": "https://api.kexp.org/v2/plays/464288/?format=api",
    "airdate": "2001-09-08T22:16:40-07:00",
    "show": 7886,
    "show_uri": "https://api.kexp.org/v2/shows/7886/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FeWn9Ut8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FeWn9Ut8L._SL75_.jpg",
    "song": "Dogs on the Moon",
    "track_id": "ede7deb6-171c-4f9a-94f5-7ab4b9389002",
    "recording_id": null,
    "artist": "Bad Company UK",
    "artist_ids": [
        "eba5d39f-8cb7-4d54-871d-297e5d7f1aad"
    ],
    "album": "Book of the Bad (disc 1)",
    "release_id": "514a2fbf-c724-444b-a919-b5ea768e7534",
    "release_group_id": null,
    "labels": [
        "BC Recordings"
    ],
    "label_ids": [
        "3f7243bf-013f-462e-b087-5023b8dc66db"
    ],
    "release_date": "2001-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}