Information about plays

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

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

{
    "id": 460826,
    "uri": "https://api.kexp.org/v2/plays/460826/?format=api",
    "airdate": "2001-08-29T16:03:31-07:00",
    "show": 7819,
    "show_uri": "https://api.kexp.org/v2/shows/7819/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517QTFYF8WL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517QTFYF8WL._SL75_.jpg",
    "song": "Sleepwalking",
    "track_id": "0d2822a4-51c4-4565-afce-cfb3ea58494e",
    "recording_id": null,
    "artist": "The Wisdom of Harry",
    "artist_ids": [
        "13cd4b1a-9edb-4be1-8573-50747a8ae4ef"
    ],
    "album": "House of Binary",
    "release_id": "cfd7346f-d47a-49f8-bd68-116c30d78211",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}