Information about plays

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

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

{
    "id": 353248,
    "uri": "https://api.kexp.org/v2/plays/353248/?format=api",
    "airdate": "2019-07-11T23:20:00-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Answer",
    "track_id": "beb0cdf2-ab69-4457-a171-bfc78e244792",
    "recording_id": null,
    "artist": "The Frightnrs",
    "artist_ids": [
        "b9ab1016-6ccb-4d46-b576-4502fc791f1d"
    ],
    "album": "Never Answer",
    "release_id": "05807d2d-19b6-4936-aa70-9ab78f0ad865",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2019-06-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new burner from the baddest rocksteady combo in the land THE FRIGHTNRS originally released in the winter of 2012 as part of a self released E.P. This is sure to bring joy to any and all https://thefrightnrs.bandcamp.com/album/never-answer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}