Information about plays

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

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

{
    "id": 2681552,
    "uri": "https://api.kexp.org/v2/plays/2681552/?format=api",
    "airdate": "2020-01-03T07:57:45-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pool Party",
    "track_id": "77030033-38c3-49ce-96f3-06f0ffba5f75",
    "recording_id": null,
    "artist": "Rudy Willingham",
    "artist_ids": [
        "2ade52c8-bb0d-469a-ad97-030c90dcb414"
    ],
    "album": "Dunk Reactions",
    "release_id": "79a60b4b-624b-4e8a-a288-8736c93a6e90",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hey ladies...\"  Do you want this song for your very own?  This infectious tune was selected as a KEXP Song of the Day and can be downloaded for free here: https://www.kexp.org/podcasts/song-of-the-day/2019/2/22/rudy-willingham-pool-party/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}