Information about plays

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

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

{
    "id": 535257,
    "uri": "https://api.kexp.org/v2/plays/535257/?format=api",
    "airdate": "2002-04-06T11:43:00-08:00",
    "show": 9272,
    "show_uri": "https://api.kexp.org/v2/shows/9272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VM%2Be3ldfL._SL75_.jpg",
    "song": "Dance Beat",
    "track_id": "0b71863a-c528-410d-98e1-13a7ab6ce5d2",
    "recording_id": null,
    "artist": "King Stitt",
    "artist_ids": [
        "f0e31ffc-09e4-4159-a1fd-e9b8de838088"
    ],
    "album": "Classic Reggae: The Deejays: The Best of the Original 1970s Reggae DJs",
    "release_id": "7cdcbf14-ba54-40c4-b803-6cd8eb9efbdf",
    "release_group_id": null,
    "labels": [
        "Trojan"
    ],
    "label_ids": [
        "5bda15e5-d721-4f01-bdc1-24ed2f712712"
    ],
    "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"
}