Information about plays

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

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

{
    "id": 430819,
    "uri": "https://api.kexp.org/v2/plays/430819/?format=api",
    "airdate": "2001-06-03T04:24:00-07:00",
    "show": 7243,
    "show_uri": "https://api.kexp.org/v2/shows/7243/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X1xbNVNCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X1xbNVNCL._SL75_.jpg",
    "song": "Passin' Break/Bubblegum Break/Billy's Break/New Orleans Break/Friendly Game",
    "track_id": null,
    "recording_id": null,
    "artist": "Breakestra",
    "artist_ids": [
        "ff031437-a78e-46f4-88a1-ab876bf0725d"
    ],
    "album": "The Live Mix, Part 2",
    "release_id": "347c3d2e-ccad-46b5-9876-e628615ce962",
    "release_group_id": null,
    "labels": [
        "Om"
    ],
    "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"
}