Information about plays

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

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

{
    "id": 498859,
    "uri": "https://api.kexp.org/v2/plays/498859/?format=api",
    "airdate": "2001-12-20T16:31:00-08:00",
    "show": 8560,
    "show_uri": "https://api.kexp.org/v2/shows/8560/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ZAJPbFpTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ZAJPbFpTL._SL75_.jpg",
    "song": "Cup of Dreams",
    "track_id": "6dfa807c-50e2-4d23-b413-7ec2ee0b7f6a",
    "recording_id": null,
    "artist": "Thinking Fellers Union Local 282",
    "artist_ids": [
        "1915de2e-9ca2-4d2a-8aca-6d4819315166"
    ],
    "album": "Strangers From the Universe",
    "release_id": "a4999ef6-8a3e-4d51-8da8-c33d8bae2f5c",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}