Information about plays

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

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

{
    "id": 517965,
    "uri": "https://api.kexp.org/v2/plays/517965/?format=api",
    "airdate": "2002-02-15T00:42:00-08:00",
    "show": 8934,
    "show_uri": "https://api.kexp.org/v2/shows/8934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ewZMgvIEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ewZMgvIEL._SL75_.jpg",
    "song": "Resolution",
    "track_id": "9b06defe-ae45-4b9a-bffb-220b793b3822",
    "recording_id": null,
    "artist": "Windy & Carl",
    "artist_ids": [
        "1bf10bf6-f9cf-460a-afd1-81a9b1b0128d"
    ],
    "album": "Consciousness",
    "release_id": "426582e7-ae22-446c-95f9-874f84f82e73",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}