Information about plays

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

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

{
    "id": 436674,
    "uri": "https://api.kexp.org/v2/plays/436674/?format=api",
    "airdate": "2001-06-20T14:35:17-07:00",
    "show": 7355,
    "show_uri": "https://api.kexp.org/v2/shows/7355/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tyZop9utL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tyZop9utL._SL75_.jpg",
    "song": "Iolanthe",
    "track_id": "80bbcb45-7fbb-4354-b179-8a227ff52a44",
    "recording_id": null,
    "artist": "James McMurtry",
    "artist_ids": [
        "0d842c11-3f11-4dae-aa41-4e6e8beccc09"
    ],
    "album": "Where'd You Hide the Body",
    "release_id": "4a435208-2306-4589-834e-2d550bdc1dbb",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}