Information about plays

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

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

{
    "id": 450188,
    "uri": "https://api.kexp.org/v2/plays/450188/?format=api",
    "airdate": "2001-07-30T02:38:34-07:00",
    "show": 7614,
    "show_uri": "https://api.kexp.org/v2/shows/7614/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416BCE415JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416BCE415JL._SL75_.jpg",
    "song": "City Wakes Up",
    "track_id": "3c8880e0-f74f-431c-8396-8e7995cd5e9d",
    "recording_id": null,
    "artist": "Biosphere",
    "artist_ids": [
        "a5ee1ebe-a645-45d2-8319-d101fe62e581"
    ],
    "album": "Substrata² (disc 2: Man With a Movie Camera)",
    "release_id": "d519ce40-4fcc-45d7-b7fb-d19643c05c43",
    "release_group_id": null,
    "labels": [
        "Touch"
    ],
    "label_ids": [
        "1ecdc566-ef0e-4b76-843c-f45c46402f5d"
    ],
    "release_date": "2001-06-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}