Information about plays

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

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

{
    "id": 532720,
    "uri": "https://api.kexp.org/v2/plays/532720/?format=api",
    "airdate": "2002-03-29T22:59:14-08:00",
    "show": 9223,
    "show_uri": "https://api.kexp.org/v2/shows/9223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511oBPLxlTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511oBPLxlTL._SL75_.jpg",
    "song": "I Pity the Fool",
    "track_id": "b939b851-a1c4-41e2-9ba2-8f8906bd08f0",
    "recording_id": null,
    "artist": "Bobby \"Blue\" Bland",
    "artist_ids": [
        "66ebc271-6a26-4fe7-848b-f217da119d92"
    ],
    "album": "Say It Loud! A Celebration of Black Music in America (disc 3)",
    "release_id": "b30e5859-70c8-4344-b7e7-ad496ca8296c",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "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"
}