Information about plays

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

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

{
    "id": 1360092,
    "uri": "https://api.kexp.org/v2/plays/1360092/?format=api",
    "airdate": "2008-04-09T10:59:45-07:00",
    "show": 23751,
    "show_uri": "https://api.kexp.org/v2/shows/23751/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZN56PPJEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZN56PPJEL._SL75_.jpg",
    "song": "Say Hello",
    "track_id": "65048f20-d6eb-4e35-a21f-164d3fafeedb",
    "recording_id": null,
    "artist": "Stars of Track and Field",
    "artist_ids": [
        "63beaddc-ea36-4351-bd95-f99914c230ce"
    ],
    "album": "You Came Here for Sunset Last Year",
    "release_id": "a3d6a1ca-c034-4cab-85f2-96232a60a6ae",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}