Information about plays

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

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

{
    "id": 454416,
    "uri": "https://api.kexp.org/v2/plays/454416/?format=api",
    "airdate": "2001-08-11T01:24:00-07:00",
    "show": 7689,
    "show_uri": "https://api.kexp.org/v2/shows/7689/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T80BFQRVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T80BFQRVL._SL75_.jpg",
    "song": "Colours Of Punjab",
    "track_id": "58eabd70-5c72-4836-8870-653da64fe783",
    "recording_id": null,
    "artist": "Dhol Foundation",
    "artist_ids": [
        "11ac3c4c-1aac-4f71-8d6d-7b9bd15b82d0"
    ],
    "album": "Big Drum Small World",
    "release_id": "18d6ff67-0e13-4a2c-bb1c-03399d6a856c",
    "release_group_id": null,
    "labels": [
        "Shakti"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}