Information about plays

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

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

{
    "id": 1197172,
    "uri": "https://api.kexp.org/v2/plays/1197172/?format=api",
    "airdate": "2007-02-15T12:06:47-08:00",
    "show": 20984,
    "show_uri": "https://api.kexp.org/v2/shows/20984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416GCK9F3VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416GCK9F3VL._SL75_.jpg",
    "song": "Driving You Insane",
    "track_id": null,
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Buzzcocks",
    "release_id": "e5b86b1f-1ed7-47d0-b09f-6d50f4a92b4b",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "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"
}