Information about plays

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

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

{
    "id": 453880,
    "uri": "https://api.kexp.org/v2/plays/453880/?format=api",
    "airdate": "2001-08-09T14:23:04-07:00",
    "show": 7680,
    "show_uri": "https://api.kexp.org/v2/shows/7680/?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 You",
    "track_id": null,
    "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"
}