Information about plays

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

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

{
    "id": 380728,
    "uri": "https://api.kexp.org/v2/plays/380728/?format=api",
    "airdate": "2019-09-14T09:52:54-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In These Times",
    "track_id": "d36c3bcc-8724-3deb-940e-798d6835ca5b",
    "recording_id": null,
    "artist": "The Upsetters",
    "artist_ids": [],
    "album": "Arkology",
    "release_id": "9d09c083-0311-467e-abd4-bfb3d3a2301b",
    "release_group_id": null,
    "labels": [
        "Chronicles"
    ],
    "label_ids": [
        "9857cec8-8eb7-40c1-8fb2-674f160a5ebd"
    ],
    "release_date": "1997-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}