Information about plays

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

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

{
    "id": 1308865,
    "uri": "https://api.kexp.org/v2/plays/1308865/?format=api",
    "airdate": "2007-12-01T01:29:00-08:00",
    "show": 22892,
    "show_uri": "https://api.kexp.org/v2/shows/22892/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XTkHEwuOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XTkHEwuOL._SL75_.jpg",
    "song": "Shape Song",
    "track_id": "6c099ad7-619f-4dc5-9d40-b43c63c064d8",
    "recording_id": null,
    "artist": "Awesome",
    "artist_ids": [
        "324532e1-ec1a-404a-a129-1de064c2129d"
    ],
    "album": "Beehive Sessions",
    "release_id": "99afe278-f5cd-47d8-9556-5ec81cec571b",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}