Information about plays

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

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

{
    "id": 455754,
    "uri": "https://api.kexp.org/v2/plays/455754/?format=api",
    "airdate": "2001-08-15T01:33:45-07:00",
    "show": 7717,
    "show_uri": "https://api.kexp.org/v2/shows/7717/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215DRBM74KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215DRBM74KL._SL75_.jpg",
    "song": "Swingline",
    "track_id": "aff40797-5fb3-4a0f-8f78-7622b1ef6b0b",
    "recording_id": null,
    "artist": "Adrian Belew",
    "artist_ids": [
        "73c3f499-60e2-44e1-81dd-7fe2191461fa"
    ],
    "album": "Lone Rhino",
    "release_id": "e92792f7-ed85-4e80-8e38-c06646222c03",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}