Information about plays

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

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

{
    "id": 2677819,
    "uri": "https://api.kexp.org/v2/plays/2677819/?format=api",
    "airdate": "2019-12-25T05:41:46-08:00",
    "show": 46221,
    "show_uri": "https://api.kexp.org/v2/shows/46221/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All The Things We Do",
    "track_id": "e41af0e3-f97e-4e93-8158-506aed4e568c",
    "recording_id": null,
    "artist": "The Ninth Wave",
    "artist_ids": [
        "dd482c74-9727-4c68-9fbc-60f17089e5dd"
    ],
    "album": "Infancy",
    "release_id": "3b287adf-4ffb-446d-b14d-0a4f238cbb2f",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glasgow goth-pop duo, The Ninth Wave released their album, \"Infancy\" earlier this month via Distiller Music. The group said of their track, \"Used to Be Yours,\" \"I kind of realised that I have this fear of being alone, but I also don't have the capability to hold down one person. So the song is kind of my way of writing an apology.” Read more here: https://bit.ly/2quG5R5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}