Information about plays

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

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

{
    "id": 428698,
    "uri": "https://api.kexp.org/v2/plays/428698/?format=api",
    "airdate": "2001-05-27T18:04:00-07:00",
    "show": 7203,
    "show_uri": "https://api.kexp.org/v2/shows/7203/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2180Z882EHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2180Z882EHL._SL75_.jpg",
    "song": "Let Me Tell You Something",
    "track_id": "761e2b85-354a-4783-947d-52b3ae066262",
    "recording_id": null,
    "artist": "Foreign Legion",
    "artist_ids": [
        "3b67efc6-9853-4f7f-9799-59d064fd1d10"
    ],
    "album": "Kidnapper Van: Beats to Rock While Bike-Stealin",
    "release_id": "3a2a1c22-eb09-4a49-8dcd-9f7b76eb0361",
    "release_group_id": null,
    "labels": [
        "Santuary Urban"
    ],
    "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"
}