Information about plays

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

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

{
    "id": 518034,
    "uri": "https://api.kexp.org/v2/plays/518034/?format=api",
    "airdate": "2002-02-15T05:00:00-08:00",
    "show": 8935,
    "show_uri": "https://api.kexp.org/v2/shows/8935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ETHJY00AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ETHJY00AL._SL75_.jpg",
    "song": "Shake the Rollercoaster",
    "track_id": "15ef8eac-4ae7-49bd-a876-a5b0b5403fd5",
    "recording_id": null,
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "The Official Bootleg Live @ Glastonbury",
    "release_id": "3d448298-807c-4901-b059-1d00cd98b7df",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}