Information about plays

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

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

{
    "id": 453739,
    "uri": "https://api.kexp.org/v2/plays/453739/?format=api",
    "airdate": "2001-08-09T05:44:00-07:00",
    "show": 7677,
    "show_uri": "https://api.kexp.org/v2/shows/7677/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61ewZMgvIEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61ewZMgvIEL._SL75_.jpg",
    "song": "The Llama's Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Windy & Carl",
    "artist_ids": [
        "1bf10bf6-f9cf-460a-afd1-81a9b1b0128d"
    ],
    "album": "Consciousness",
    "release_id": "426582e7-ae22-446c-95f9-874f84f82e73",
    "release_group_id": null,
    "labels": [
        "Kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}