Information about plays

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

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

{
    "id": 498000,
    "uri": "https://api.kexp.org/v2/plays/498000/?format=api",
    "airdate": "2001-12-18T09:03:00-08:00",
    "show": 8546,
    "show_uri": "https://api.kexp.org/v2/shows/8546/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6199LI3J5aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6199LI3J5aL._SL75_.jpg",
    "song": "Think of Something Else",
    "track_id": "87ade668-65b6-43ba-8ca8-d04529ec326f",
    "recording_id": null,
    "artist": "The Fall-Outs",
    "artist_ids": [
        "f364cca4-a661-455a-af47-2f998e0f11e2"
    ],
    "album": "Sleep",
    "release_id": "a9d83968-8ce1-4a31-9b42-bd35928d0832",
    "release_group_id": null,
    "labels": [
        "Super Electro"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}