Information about plays

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

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

{
    "id": 350557,
    "uri": "https://api.kexp.org/v2/plays/350557/?format=api",
    "airdate": "2019-07-05T18:55:32-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "http://coverartarchive.org/release/1bf7ee4a-4761-4199-9928-77c5d63dda8b/23138212399-250.jpg",
    "thumbnail_uri": "",
    "song": "Reachin' 2 Much",
    "track_id": "0d9933a8-c81c-4e0b-a00b-494af489ed38",
    "recording_id": null,
    "artist": "Anderson .Paak feat. Lalah Hathaway",
    "artist_ids": [
        "d02dd67e-f655-4600-bc47-f789f59e7367"
    ],
    "album": "Ventura",
    "release_id": "1bf7ee4a-4761-4199-9928-77c5d63dda8b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-04-12",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NEW AP! www.andersonpaak.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}