Information about plays

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

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

{
    "id": 1365121,
    "uri": "https://api.kexp.org/v2/plays/1365121/?format=api",
    "airdate": "2008-04-22T04:02:38-07:00",
    "show": 23836,
    "show_uri": "https://api.kexp.org/v2/shows/23836/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PFY2PB1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PFY2PB1ML._SL75_.jpg",
    "song": "Something for the Weekend",
    "track_id": null,
    "recording_id": null,
    "artist": "The Divine Comedy",
    "artist_ids": [
        "49c4378b-3c36-4c5a-8999-8d936e74f39b"
    ],
    "album": "Casanova",
    "release_id": "cc4082a7-e79a-4c05-a6aa-f74695f2081c",
    "release_group_id": null,
    "labels": [
        "Setana"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}