Information about plays

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

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

{
    "id": 465250,
    "uri": "https://api.kexp.org/v2/plays/465250/?format=api",
    "airdate": "2001-09-11T23:03:31-07:00",
    "show": 7908,
    "show_uri": "https://api.kexp.org/v2/shows/7908/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Ik0Rhk-FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Ik0Rhk-FL._SL75_.jpg",
    "song": "Utreat (Complete)",
    "track_id": "ef89bc12-dd1c-4c26-a6d8-a47f75ec52af",
    "recording_id": null,
    "artist": "Seefeel",
    "artist_ids": [
        "8ffcd7d7-6293-4fbf-b0f6-46aef9ce9f69"
    ],
    "album": "(CH-Vox)",
    "release_id": "85d80394-efa3-4ddc-a726-b476ef5c0f24",
    "release_group_id": null,
    "labels": [
        "Rephlex"
    ],
    "label_ids": [
        "820fa04e-9927-40bb-a6c5-1bf883b159c7"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}