Information about plays

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

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

{
    "id": 2681113,
    "uri": "https://api.kexp.org/v2/plays/2681113/?format=api",
    "airdate": "2020-01-02T05:35:22-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oyster",
    "track_id": null,
    "recording_id": null,
    "artist": "Lamellen",
    "artist_ids": [],
    "album": "Monty Roberts",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dekmantel"
    ],
    "label_ids": [
        "99ab412c-0935-4b63-b53b-18e8d048fefb"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Smooth sunset synth rhythms, full of muted 80s Italo funk, and breezy drum machines, syncopated with the warm, exotic blend of retro keys and ambience, set the EPs five tracks coastal, vibrant dynamic\" - https://shop.dekmantel.com/release/6216",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}