Information about plays

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

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

{
    "id": 375758,
    "uri": "https://api.kexp.org/v2/plays/375758/?format=api",
    "airdate": "2019-09-02T21:29:00-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Makeda (DJ Spinna & Ticklah mix)",
    "track_id": "efb865ca-1672-3667-babc-56170abb798b",
    "recording_id": null,
    "artist": "Les Nubians",
    "artist_ids": [
        "5ca67d4f-d909-4cb7-9f43-89f8b4cf7e95"
    ],
    "album": "Makeda",
    "release_id": "0ec18ba7-1c97-433e-a5eb-99aa85b6e05e",
    "release_group_id": null,
    "labels": [
        "Virgin France S.A."
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Les Nubians are a French duo made up of  Hélène and Célia Faussart from Paris.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}