Information about plays

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

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

{
    "id": 498916,
    "uri": "https://api.kexp.org/v2/plays/498916/?format=api",
    "airdate": "2001-12-20T19:38: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/410VXM83KRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410VXM83KRL._SL75_.jpg",
    "song": "Black Rose",
    "track_id": "f91022cd-33fe-49b1-a7a2-889105680c00",
    "recording_id": null,
    "artist": "Billy Joe Shaver",
    "artist_ids": [
        "2af8def8-db31-4998-8bd9-18fdd76db088"
    ],
    "album": "Restless Wind: The Legendary Billy Joe Shaver 1973-1987",
    "release_id": "4cf9a43b-bb95-4c94-983f-f92166629dfb",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "label_ids": [],
    "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"
}