Information about plays

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

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

{
    "id": 461512,
    "uri": "https://api.kexp.org/v2/plays/461512/?format=api",
    "airdate": "2001-08-31T14:25:42-07:00",
    "show": 7833,
    "show_uri": "https://api.kexp.org/v2/shows/7833/?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": "Hand Full of Sands",
    "track_id": "ad7e5da8-6597-41d8-b98e-ea99165bc84f",
    "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"
}