Information about plays

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

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

{
    "id": 435372,
    "uri": "https://api.kexp.org/v2/plays/435372/?format=api",
    "airdate": "2001-06-16T16:12:37-07:00",
    "show": 7328,
    "show_uri": "https://api.kexp.org/v2/shows/7328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5109B1Q9XBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5109B1Q9XBL._SL75_.jpg",
    "song": "Boing Boom Tschak",
    "track_id": "58caa916-00f4-4c19-8f1b-0eaa6a6cd0c4",
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Electric Cafe",
    "release_id": "6aaa509e-f4c7-4687-a611-9d5488a363c2",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}