Information about plays

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

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

{
    "id": 350367,
    "uri": "https://api.kexp.org/v2/plays/350367/?format=api",
    "airdate": "2019-07-05T07:41:25-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Might Be Right",
    "track_id": "2a4597b3-9a4f-4e30-91f9-e895cc4b5da6",
    "recording_id": null,
    "artist": "White Reaper",
    "artist_ids": [
        "614ae988-c23c-4cf9-bb60-d6d756793005"
    ],
    "album": "Might Be Right",
    "release_id": "aecad641-ac17-4b64-81cb-f7f2b2421438",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2019-05-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Louisville band will be at The Crocodile on Thursday, October 10th, 2019.  Here's the video for \"Might Be Right\": https://www.stereogum.com/2044853/white-reaper-might-be-right-elektra/video/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}