Information about plays

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

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

{
    "id": 498918,
    "uri": "https://api.kexp.org/v2/plays/498918/?format=api",
    "airdate": "2001-12-20T19:46:00-08:00",
    "show": 8561,
    "show_uri": "https://api.kexp.org/v2/shows/8561/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XDYDC0CHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XDYDC0CHL._SL75_.jpg",
    "song": "Lost Highway",
    "track_id": "cf5d0dab-0166-4eac-bcd0-99e84fdf458d",
    "recording_id": null,
    "artist": "Hank Williams",
    "artist_ids": [
        "906bddec-bc73-49f8-ac1e-eaee691c6cf9"
    ],
    "album": "Alone and Forsaken",
    "release_id": "c9612540-e2fb-4212-a01b-52f0af7cdaf0",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}