Information about plays

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

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

{
    "id": 350573,
    "uri": "https://api.kexp.org/v2/plays/350573/?format=api",
    "airdate": "2019-07-05T19:49:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flash of Light (Solomun mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Róisín Murphy",
    "artist_ids": [
        "4c56405d-ba8e-4283-99c3-1dc95bdd50e7"
    ],
    "album": "Flash of Light",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Fried Records"
    ],
    "label_ids": [],
    "release_date": "2012-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to long-running, world-famous Irish rock, pop and indietronic legend Róisín Murphy! This song is with Luca C & Brigante of which one-half of the duo is Roisin's partner. Read more about how they met here. https://evoke.ie/2019/06/09/showbiz/how-they-met-roisin-murphys-sebastiano-properzi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}