Information about plays

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

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

{
    "id": 350459,
    "uri": "https://api.kexp.org/v2/plays/350459/?format=api",
    "airdate": "2019-07-05T13:18:56-07:00",
    "show": 5835,
    "show_uri": "https://api.kexp.org/v2/shows/5835/?format=api",
    "image_uri": "http://coverartarchive.org/release/f9c479e6-55b0-43d2-b2b8-bc3948922c3b/4183358943-250.jpg",
    "thumbnail_uri": "",
    "song": "Houdini",
    "track_id": "7ec59807-ffb0-3de6-ad19-04603be62687",
    "recording_id": null,
    "artist": "Foster the People",
    "artist_ids": [
        "e0e1a584-dd0a-4bd1-88d1-c4c62895039d"
    ],
    "album": "Torches",
    "release_id": "f9c479e6-55b0-43d2-b2b8-bc3948922c3b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2011-05-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}