Information about plays

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

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

{
    "id": 437745,
    "uri": "https://api.kexp.org/v2/plays/437745/?format=api",
    "airdate": "2001-06-23T11:36:00-07:00",
    "show": 7372,
    "show_uri": "https://api.kexp.org/v2/shows/7372/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DW6SNJHKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DW6SNJHKL._SL75_.jpg",
    "song": "Run Joe",
    "track_id": "cb377445-cbe1-4efc-939c-68802c109e7c",
    "recording_id": null,
    "artist": "Stranger Cole",
    "artist_ids": [
        "889fc007-3be8-4dc6-807a-490bdfe1a848"
    ],
    "album": "Bangarang: The Best of Stranger Cole 1962-1972 (disc 1)",
    "release_id": "1d0d48a9-5cd2-4dbf-a6b2-c61f0e47b5d0",
    "release_group_id": null,
    "labels": [
        "Treasure Isle"
    ],
    "label_ids": [
        "2d4693ab-494d-40b8-a191-ffa6143de627"
    ],
    "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"
}