Information about plays

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

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

{
    "id": 1385272,
    "uri": "https://api.kexp.org/v2/plays/1385272/?format=api",
    "airdate": "2008-06-13T18:55:26-07:00",
    "show": 24182,
    "show_uri": "https://api.kexp.org/v2/shows/24182/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SwWABD5dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SwWABD5dL._SL75_.jpg",
    "song": "Gonna Get Tight",
    "track_id": "7c38c737-0a81-4c08-b63e-8b827cc67b7f",
    "recording_id": null,
    "artist": "Sunshine Boys",
    "artist_ids": [
        "b9bd94a5-1a32-46d6-9da1-c2d96baf3b1c"
    ],
    "album": "Doughboys, Playboys and Cowboys (disc 3: Tobacco State Swing)",
    "release_id": "dded670a-3716-4fe9-8318-5fcaf0a66044",
    "release_group_id": null,
    "labels": [],
    "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"
}