Information about plays

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

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

{
    "id": 533602,
    "uri": "https://api.kexp.org/v2/plays/533602/?format=api",
    "airdate": "2002-04-01T18:19:00-08:00",
    "show": 9244,
    "show_uri": "https://api.kexp.org/v2/shows/9244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DD1HTAWRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DD1HTAWRL._SL75_.jpg",
    "song": "Midona",
    "track_id": "0b847195-4bfb-434b-afac-8d4d6479c2a5",
    "recording_id": null,
    "artist": "Rossy",
    "artist_ids": [
        "c39462a1-2b7a-4333-b95f-d0620d974504"
    ],
    "album": "Island of Ghosts",
    "release_id": "9f7c0d57-c521-4be5-af8a-885792392e63",
    "release_group_id": null,
    "labels": [
        "Real World"
    ],
    "label_ids": [],
    "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"
}