Information about plays

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

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

{
    "id": 533970,
    "uri": "https://api.kexp.org/v2/plays/533970/?format=api",
    "airdate": "2002-04-02T20:10:55-08:00",
    "show": 9250,
    "show_uri": "https://api.kexp.org/v2/shows/9250/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41tsUpmrzbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41tsUpmrzbL._SL75_.jpg",
    "song": "Defenceless",
    "track_id": "6b665e2e-cba6-4bee-9223-f0a4ca7ef2e8",
    "recording_id": null,
    "artist": "Waldeck",
    "artist_ids": [
        "8f389bf5-a950-4a2f-a962-daf08151ee33"
    ],
    "album": "Abductions and Reconstructions",
    "release_id": "4bd15a42-66f1-4e59-9157-d11e288ce5d2",
    "release_group_id": null,
    "labels": [
        "ESL"
    ],
    "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"
}