Information about plays

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

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

{
    "id": 1340034,
    "uri": "https://api.kexp.org/v2/plays/1340034/?format=api",
    "airdate": "2008-02-17T22:31:00-08:00",
    "show": 23414,
    "show_uri": "https://api.kexp.org/v2/shows/23414/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41LVxrTsWrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41LVxrTsWrL._SL75_.jpg",
    "song": "Cancelled Pieces",
    "track_id": "be6be9e6-07bd-4413-81f9-ec00095b0e39",
    "recording_id": null,
    "artist": "Steve Jansen",
    "artist_ids": [
        "0b05fe28-8c92-479f-81f4-39ec41806af2"
    ],
    "album": "Slope",
    "release_id": "557d1455-c968-4dd4-b3b8-47beca7a997c",
    "release_group_id": null,
    "labels": [
        "Samadhisound"
    ],
    "label_ids": [
        "bf462cab-4a06-4e64-ac71-d68b02f0f0e9"
    ],
    "release_date": "2007-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}