Information about plays

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

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

{
    "id": 436545,
    "uri": "https://api.kexp.org/v2/plays/436545/?format=api",
    "airdate": "2001-06-20T06:00:00-07:00",
    "show": 7352,
    "show_uri": "https://api.kexp.org/v2/shows/7352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5107QD763SL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5107QD763SL._SL75_.jpg",
    "song": "My Last Days on Earth",
    "track_id": null,
    "recording_id": null,
    "artist": "Bill Monroe",
    "artist_ids": [
        "2a2be593-6984-4640-8cf1-717ec7a6e18b"
    ],
    "album": "The Country Music Hall of Fame: Bill Monroe",
    "release_id": "11abb384-f9de-4ceb-9c69-67395682cddf",
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "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"
}