Information about plays

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

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

{
    "id": 454211,
    "uri": "https://api.kexp.org/v2/plays/454211/?format=api",
    "airdate": "2001-08-10T12:40:00-07:00",
    "show": 7685,
    "show_uri": "https://api.kexp.org/v2/shows/7685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/411N44FNH7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/411N44FNH7L._SL75_.jpg",
    "song": "I Want U",
    "track_id": "37321ab0-d110-428a-b7c0-85f7d050fb58",
    "recording_id": null,
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Rooty",
    "release_id": "b821473e-4959-40e4-9b40-48b95ecaf36b",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2001-06-26",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}