Information about plays

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

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

{
    "id": 344435,
    "uri": "https://api.kexp.org/v2/plays/344435/?format=api",
    "airdate": "2019-06-21T19:56:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wave",
    "track_id": null,
    "recording_id": null,
    "artist": "LION BABE",
    "artist_ids": [
        "c9dda914-1eb2-4762-8006-208010b89ee3"
    ],
    "album": "The Wave",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LION BABE, LLC"
    ],
    "label_ids": [],
    "release_date": "2018-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suggested by Marika, who's DJ assisting tonight. Thanks Marika!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}