Information about plays

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

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

{
    "id": 1396014,
    "uri": "https://api.kexp.org/v2/plays/1396014/?format=api",
    "airdate": "2008-07-10T18:52:20-07:00",
    "show": 24360,
    "show_uri": "https://api.kexp.org/v2/shows/24360/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214PHWABMXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214PHWABMXL._SL75_.jpg",
    "song": "What Am I Living For",
    "track_id": "646369e6-d163-4567-a111-3461590f6dac",
    "recording_id": null,
    "artist": "Conway Twitty",
    "artist_ids": [
        "a3c60d26-90d6-4788-ba9b-a89693fc396d"
    ],
    "album": "The Best of Conway Twitty",
    "release_id": "3551f391-de4b-4943-be60-59c1a20f2e08",
    "release_group_id": null,
    "labels": [
        "MGM Records"
    ],
    "label_ids": [
        "d67971aa-0ac7-4f75-8c9b-e9424ef6648f"
    ],
    "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"
}