Information about plays

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

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

{
    "id": 1355161,
    "uri": "https://api.kexp.org/v2/plays/1355161/?format=api",
    "airdate": "2008-03-28T01:27:04-07:00",
    "show": 23668,
    "show_uri": "https://api.kexp.org/v2/shows/23668/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cYJ-p9-kL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cYJ-p9-kL._SL75_.jpg",
    "song": "Hiding Place",
    "track_id": "361e3be9-0110-4a76-8a69-80bd021b96ec",
    "recording_id": null,
    "artist": "Little Brother",
    "artist_ids": [
        "b929c0c9-5de0-4d87-8eb9-365ad1725629"
    ],
    "album": "The Minstrel Show",
    "release_id": "e949e21d-914e-4cb9-8201-f30863cfa1a4",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "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"
}