Information about plays

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

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

{
    "id": 344365,
    "uri": "https://api.kexp.org/v2/plays/344365/?format=api",
    "airdate": "2019-06-21T15:39:00-07:00",
    "show": 5738,
    "show_uri": "https://api.kexp.org/v2/shows/5738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Love Supreme, Part 1: Acknowledgement",
    "track_id": "edc882d9-a8e9-3a79-91ca-7b920640f9cc",
    "recording_id": null,
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "A Love Supreme",
    "release_id": "4fa9c6d8-731e-3870-8b5b-580811b2d4e0",
    "release_group_id": null,
    "labels": [
        "impulse!"
    ],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Love Supreme is one of the most acclaimed jazz records. Composed of four parts - \"Acknowledgement\" (which includes the oral chant that gives the album its name), \"Resolution\", \"Pursuance\", and \"Psalm\" - Coltrane plays tenor saxophone on all songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}