Information about plays

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

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

{
    "id": 349745,
    "uri": "https://api.kexp.org/v2/plays/349745/?format=api",
    "airdate": "2019-07-03T20:47:33-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Didn’t I",
    "track_id": "3de78b26-dc55-33bc-8bdb-5e5eb44abc1d",
    "recording_id": null,
    "artist": "Darondo",
    "artist_ids": [
        "ae8e50f7-acd1-424b-8295-2c036b30d809"
    ],
    "album": "Let My People Go",
    "release_id": "ad4bcc1f-c805-4b6c-908f-54a52eeba2dc",
    "release_group_id": null,
    "labels": [
        "Luv N’ Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": "2013-02-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1973 single by this little-known but highly regarded Bay Area singer ; passed away in 2013: http://www.sfweekly.com/shookdown/2013/06/13/rip-darondo-forgotten-local-70s-soul-star-who-got-one-last-taste-of-fame ; http://www.ubiquityrecords.com/artists/DARONDO.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}