Information about plays

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

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

{
    "id": 349005,
    "uri": "https://api.kexp.org/v2/plays/349005/?format=api",
    "airdate": "2019-07-02T10:55:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Radio",
    "track_id": null,
    "recording_id": null,
    "artist": "Ty Segall",
    "artist_ids": [
        "07a17571-81fc-4cf8-a634-98f0d926d313"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live performance in the KEXP studio in 2017, featuring (among others) Mikal Cronin on bass:  https://www.kexp.org/read/2017/4/18/live-video-ty-segall/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}