Information about plays

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

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

{
    "id": 374853,
    "uri": "https://api.kexp.org/v2/plays/374853/?format=api",
    "airdate": "2019-08-31T13:12:00-07:00",
    "show": 6239,
    "show_uri": "https://api.kexp.org/v2/shows/6239/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Your Own Business",
    "track_id": "43a22929-557b-4b1d-baa8-120f7edfca18",
    "recording_id": null,
    "artist": "Delta 5",
    "artist_ids": [
        "b05af404-b129-4c9e-9606-01baa53e05f9"
    ],
    "album": "Mind Your Own Business",
    "release_id": "b0802589-49a4-41c1-8b5e-47578936e10e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Can I lick the crumbs from your table? Can I lick the crumbs from your table? Can I interfere in your crisis? No, mind your own business...\" here's the video https://www.youtube.com/watch?v=a38HYryTiUA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}