Information about plays

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

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

{
    "id": 447601,
    "uri": "https://api.kexp.org/v2/plays/447601/?format=api",
    "airdate": "2001-07-22T11:16:40-07:00",
    "show": 7565,
    "show_uri": "https://api.kexp.org/v2/shows/7565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ff6vcwn-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ff6vcwn-L._SL75_.jpg",
    "song": "9 Lb. Hammer",
    "track_id": null,
    "recording_id": null,
    "artist": "Cephas & Wiggins",
    "artist_ids": [
        "c446d14f-6abf-47da-927d-e7cbfc0c6373"
    ],
    "album": "Cool Down",
    "release_id": "2a2a1cef-68ff-428c-b037-a143211fa1ce",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}