Information about plays

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

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

{
    "id": 464190,
    "uri": "https://api.kexp.org/v2/plays/464190/?format=api",
    "airdate": "2001-09-08T15:27:00-07:00",
    "show": 7884,
    "show_uri": "https://api.kexp.org/v2/shows/7884/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P9CNEW0XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P9CNEW0XL._SL75_.jpg",
    "song": "Afropusherman",
    "track_id": "85adcb6a-d354-42f1-9c72-440fe2113304",
    "recording_id": null,
    "artist": "Psyco on da Bus",
    "artist_ids": [
        "99a5dece-868c-4abd-96e0-d367f7e61726"
    ],
    "album": "Psyco on Da Bus",
    "release_id": "75480cc3-98df-4329-8f89-150d6dc04aef",
    "release_group_id": null,
    "labels": [
        "Comet/Platform"
    ],
    "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"
}