Information about plays

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

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

{
    "id": 535303,
    "uri": "https://api.kexp.org/v2/plays/535303/?format=api",
    "airdate": "2002-04-06T14:57:37-08:00",
    "show": 9273,
    "show_uri": "https://api.kexp.org/v2/shows/9273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413DD9VYVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413DD9VYVFL._SL75_.jpg",
    "song": "My Radio (AM mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Stars",
    "artist_ids": [
        "5aeb21a3-4606-4a0d-8369-50c768d1e99a"
    ],
    "album": "A Lot of Little Lies for the Sake of One Big Truth",
    "release_id": "1a48e7e2-f065-4b8e-a77e-0df2eb718c09",
    "release_group_id": null,
    "labels": [
        "Le Grand Magistery"
    ],
    "label_ids": [
        "a522c25c-b9b6-427f-a4d4-7ea8ecb92e7c"
    ],
    "release_date": "2001-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}