Information about plays

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

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

{
    "id": 454408,
    "uri": "https://api.kexp.org/v2/plays/454408/?format=api",
    "airdate": "2001-08-11T00:41:32-07:00",
    "show": 7688,
    "show_uri": "https://api.kexp.org/v2/shows/7688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41x-sAEaC2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41x-sAEaC2L._SL75_.jpg",
    "song": "Nostalgia",
    "track_id": "3ca8c748-0778-4111-99d2-9ecc0f29865f",
    "recording_id": null,
    "artist": "Chicago Underground Quartet",
    "artist_ids": [
        "498621af-b915-4b42-b8e6-a14eeab3ed1a"
    ],
    "album": "Chicago Underground Quartet",
    "release_id": "453620ff-a24d-4126-bf60-e78d8a48f737",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}