Information about plays

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

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

{
    "id": 418083,
    "uri": "https://api.kexp.org/v2/plays/418083/?format=api",
    "airdate": "2001-04-25T10:52:30-07:00",
    "show": 6985,
    "show_uri": "https://api.kexp.org/v2/shows/6985/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AluAhpv8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AluAhpv8L._SL75_.jpg",
    "song": "Hits From the Bong",
    "track_id": null,
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Black Sunday",
    "release_id": "1ff5db06-c03f-4fb7-b314-a7d804d27944",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1993-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}