Information about plays

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

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

{
    "id": 350643,
    "uri": "https://api.kexp.org/v2/plays/350643/?format=api",
    "airdate": "2019-07-05T23:32:00-07:00",
    "show": 5838,
    "show_uri": "https://api.kexp.org/v2/shows/5838/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It Back (feat. Drake)",
    "track_id": null,
    "recording_id": null,
    "artist": "Trouble",
    "artist_ids": [
        "2bfd6269-90a6-405e-8ce2-db6ad23a489c"
    ],
    "album": "Edgewood",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mike WiLL Made-It"
    ],
    "label_ids": [],
    "release_date": "2018-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the video for Trouble's 'Bring It Back' here: https://www.youtube.com/watch?v=HE8SYbMsm0E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}