Information about plays

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

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

{
    "id": 356229,
    "uri": "https://api.kexp.org/v2/plays/356229/?format=api",
    "airdate": "2019-07-18T22:47:00-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Casa Azul (feat. Roy Hargrove)",
    "track_id": "9a511fb1-9c8c-4766-bb97-0a97cfaa83c4",
    "recording_id": null,
    "artist": "Kassa Overall",
    "artist_ids": [
        "2d8e57da-b949-4e7f-8ebf-dd907e03119a"
    ],
    "album": "Go Get Ice Cream and Listen to Jazz",
    "release_id": "5fec44cc-6525-4925-9d37-95c1bf4a07f8",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“La Casa Azul” is a head bobbing tune featuring the late trumpeter Roy Hargrove. The track features Overall rapping, in a seductive key, while Hargrove’s multi tracked horn forms a scaffolding. https://kassaoverall.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}