Information about plays

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

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

{
    "id": 345688,
    "uri": "https://api.kexp.org/v2/plays/345688/?format=api",
    "airdate": "2019-06-24T21:20:27-07:00",
    "show": 5765,
    "show_uri": "https://api.kexp.org/v2/shows/5765/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bitter Suite (Pájaro / Evil Eye / Tennessee Train)",
    "track_id": "fc331bb2-b57f-43d3-9b0e-66efdc8e0c33",
    "recording_id": null,
    "artist": "Calexico / Iron & Wine",
    "artist_ids": [
        "c3f28da8-662d-4f09-bdc7-3084bf685930"
    ],
    "album": "Years to Burn",
    "release_id": "d4f834ec-383b-40b5-b0c2-a61e425ac677",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The veteran Tucson band Calexico and Sam Beam (aka Iron & Wine) follow up their 2005 mini-album In The Reins with this impressive 8-song debut LP that seamlessly blends Calexico’s cinematic southwestern folk-rock with Iron & Wine’s hushed folk-pop. Iron & Wine live on KEXP:https://www.youtube.com/watch?v=XSlFGRWxDM8 Calexico Live on KEXP: https://www.youtube.com/watch?v=jn_AjVHOKk0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}