Information about plays

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

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

{
    "id": 2670897,
    "uri": "https://api.kexp.org/v2/plays/2670897/?format=api",
    "airdate": "2019-12-09T08:08:55-08:00",
    "show": 46109,
    "show_uri": "https://api.kexp.org/v2/shows/46109/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On Sight",
    "track_id": "139b250c-705e-43c4-924f-da5663e9805f",
    "recording_id": null,
    "artist": "Free Nationals feat. J.I.D, Kadhja Bonet & MIKNNA",
    "artist_ids": [
        "270d5e7d-e01d-44a6-a303-d78208c6f930"
    ],
    "album": "On Sight",
    "release_id": "bbc3368c-fcf8-4ccb-b9f5-8f315bfe1b30",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-09-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from The Free Nationals,  Anderson .Paak’s backing band. This track features a whole bunch of amazing collaborators: Atlanta rapper J.I.D, LA's Kadhja Bonet, and electro-R&B duo MIKNNA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}