Information about plays

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

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

{
    "id": 450403,
    "uri": "https://api.kexp.org/v2/plays/450403/?format=api",
    "airdate": "2001-07-30T16:36:00-07:00",
    "show": 7617,
    "show_uri": "https://api.kexp.org/v2/shows/7617/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518s76D-vqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518s76D-vqL._SL75_.jpg",
    "song": "Lullabye",
    "track_id": "c871b6a1-7029-40cd-9712-399102927692",
    "recording_id": null,
    "artist": "Ben Folds Five",
    "artist_ids": [
        "abe2669a-a612-4bf6-9193-bb4f4b8a9088"
    ],
    "album": "The Unauthorized Biography of Reinhold Messner",
    "release_id": "497d29d7-236e-45fe-96a9-a1c47f53d5cb",
    "release_group_id": null,
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "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"
}