Information about plays

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

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

{
    "id": 456211,
    "uri": "https://api.kexp.org/v2/plays/456211/?format=api",
    "airdate": "2001-08-16T06:36:00-07:00",
    "show": 7724,
    "show_uri": "https://api.kexp.org/v2/shows/7724/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216gcHDmZjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216gcHDmZjL._SL75_.jpg",
    "song": "Heaven",
    "track_id": "69353337-d8b5-4148-b866-da0a98478108",
    "recording_id": null,
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Blow",
    "release_id": "c6ac75f5-ac4c-4779-a3dc-ddfebbfe0692",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}