Information about plays

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

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

{
    "id": 377244,
    "uri": "https://api.kexp.org/v2/plays/377244/?format=api",
    "airdate": "2019-09-05T23:41:12-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Undone",
    "track_id": "47fce35a-3abe-49bb-81e7-16d9b84dd6e1",
    "recording_id": null,
    "artist": "Jenn Champion",
    "artist_ids": [
        "47553783-12bd-4f2c-999c-d5743be93668"
    ],
    "album": "The Blue Album",
    "release_id": "ec9e8b2d-74b2-441f-8153-d916eadf4927",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jenn Champion will be performing LIVE at Tractor Tavern tomorrow September 6th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}