Information about plays

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

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

{
    "id": 2683306,
    "uri": "https://api.kexp.org/v2/plays/2683306/?format=api",
    "airdate": "2020-01-07T13:50:55-08:00",
    "show": 46313,
    "show_uri": "https://api.kexp.org/v2/shows/46313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Erase the Time (AceMo Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Jennifer Vanilla",
    "artist_ids": [
        "fa82b03e-afbd-4b10-a095-a3e39a0c0dbb"
    ],
    "album": "J.E.N.N.I.F.E.R. EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Becca Kauffman is New York performance artist Jennifer Vanilla, who also designs \"one-of-a-kind\" merch: https://www.vogue.com/vogueworld/article/jennifer-vanilla-new-york-performance-artist-dj-merch",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}