Information about plays

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

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

{
    "id": 356103,
    "uri": "https://api.kexp.org/v2/plays/356103/?format=api",
    "airdate": "2019-07-18T16:31:00-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Company",
    "track_id": null,
    "recording_id": null,
    "artist": "Dizzy Fae",
    "artist_ids": [
        "97c170b8-a779-49ed-9da0-75b90e1a4bdc"
    ],
    "album": "NO GMO Mixtape",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [],
    "release_date": "2019-07-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis based genre bending Dizzy Fae, has been gaining notoriety from the likes of Lizzo, Kehlani, and The Internet with a string of Mixtapes available for streaming, you can count on hearing the name Dizzy Fae a lot more in the times to come.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}