Information about plays

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

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

{
    "id": 369746,
    "uri": "https://api.kexp.org/v2/plays/369746/?format=api",
    "airdate": "2019-08-20T05:11:31-07:00",
    "show": 6164,
    "show_uri": "https://api.kexp.org/v2/shows/6164/?format=api",
    "image_uri": "http://coverartarchive.org/release/2667c6b5-a429-4fc0-8bb0-68dcf661d3b3/23124167704-250.jpg",
    "thumbnail_uri": "",
    "song": "More Is Less",
    "track_id": "bc3e4478-972f-43b5-a982-a8c080826b2b",
    "recording_id": null,
    "artist": "The Murder Capital",
    "artist_ids": [
        "41e30723-07ab-40fd-8f6b-983981a76d8b"
    ],
    "album": "When I Have Fears",
    "release_id": "2667c6b5-a429-4fc0-8bb0-68dcf661d3b3",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Posting for the headline but also the content -- The Murder Capital Take Button Factory By Storm: https://www.hotpress.com/music/murder-capital-take-button-factory-storm-22785181",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}