Information about plays

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

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

{
    "id": 535514,
    "uri": "https://api.kexp.org/v2/plays/535514/?format=api",
    "airdate": "2002-04-07T09:35:30-07:00",
    "show": 9281,
    "show_uri": "https://api.kexp.org/v2/shows/9281/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iXcCHHebL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iXcCHHebL._SL75_.jpg",
    "song": "Tail Dragger",
    "track_id": "f447474d-23d5-42dd-a7ae-3fba4d9db466",
    "recording_id": null,
    "artist": "Howlin' Wolf",
    "artist_ids": [
        "ca5b38c2-f39d-45a4-ad3d-daf4448846ef"
    ],
    "album": "The Real Folk Blues / More Real Folk Blues",
    "release_id": "0484771d-c059-40d8-9a1c-b7115be75543",
    "release_group_id": null,
    "labels": [
        "MCA Chess"
    ],
    "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"
}