Information about plays

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

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

{
    "id": 423967,
    "uri": "https://api.kexp.org/v2/plays/423967/?format=api",
    "airdate": "2001-05-13T11:33:00-07:00",
    "show": 7109,
    "show_uri": "https://api.kexp.org/v2/shows/7109/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WPculObaL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WPculObaL._SL75_.jpg",
    "song": "Hot and Heavy (alt take)",
    "track_id": null,
    "recording_id": null,
    "artist": "Earl Hooker",
    "artist_ids": [
        "ef11dd9b-4557-4fc5-b0e2-a431c5cfddbb"
    ],
    "album": "Play Your Guitar, Mr. Hooker!",
    "release_id": "03f452bb-72b2-4bdc-8a2c-10eb77e37747",
    "release_group_id": null,
    "labels": [
        "Black Top"
    ],
    "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"
}