Information about plays

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

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

{
    "id": 344264,
    "uri": "https://api.kexp.org/v2/plays/344264/?format=api",
    "airdate": "2019-06-21T06:11:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So What",
    "track_id": "09752590-f065-3e96-b1ac-62016cd1e2e4",
    "recording_id": null,
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Kind of Blue",
    "release_id": "e32a3f0b-1c19-3170-bb1c-650893774744",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The actor Dennis Hopper, in an interview in 2008 with Men's Journal, claims that Davis named the song after intellectual conversations with Hopper, in which Hopper would reply, \"So what?\" Length: 9:23",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}