Information about plays

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

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

{
    "id": 1313369,
    "uri": "https://api.kexp.org/v2/plays/1313369/?format=api",
    "airdate": "2007-12-12T17:18:49-08:00",
    "show": 22970,
    "show_uri": "https://api.kexp.org/v2/shows/22970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51--hDqYVLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51--hDqYVLL._SL75_.jpg",
    "song": "Ramble On",
    "track_id": null,
    "recording_id": null,
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "Led Zeppelin II",
    "release_id": "87e8eaa5-2285-4fd5-b392-f0e8bad5b2f9",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1969-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}