Information about plays

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

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

{
    "id": 454104,
    "uri": "https://api.kexp.org/v2/plays/454104/?format=api",
    "airdate": "2001-08-10T05:43:38-07:00",
    "show": 7683,
    "show_uri": "https://api.kexp.org/v2/shows/7683/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410DX62EJTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410DX62EJTL._SL75_.jpg",
    "song": "It's Just About the Weather",
    "track_id": "0bdf2318-0838-4998-a9f3-49a69b273a16",
    "recording_id": null,
    "artist": "Alfie",
    "artist_ids": [
        "5de30e06-ded0-4925-b86e-fe2a49c3557b"
    ],
    "album": "If You Happy With, You Need Do Nothing",
    "release_id": "cd2530b2-3138-4e98-9e6e-eae463de00e0",
    "release_group_id": null,
    "labels": [
        "Twisted Nerve"
    ],
    "label_ids": [
        "b4445d96-74d1-4644-8bc4-aa077258d3df"
    ],
    "release_date": "2001-03-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}