Information about plays

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

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

{
    "id": 344416,
    "uri": "https://api.kexp.org/v2/plays/344416/?format=api",
    "airdate": "2019-06-21T18:52:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Smoke (with MIA)",
    "track_id": null,
    "recording_id": null,
    "artist": "Girl Talk",
    "artist_ids": [
        "24e36781-1f4a-40af-bd18-c5de61f10c66"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Illegal Art"
    ],
    "label_ids": [],
    "release_date": "2006-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song features M.I.A. Read more about her song, \"Paper Planes,\" on KEXP and how it became a generational anthem. https://kexp.org/read/2019/2/7/straight-hell-paper-plane-how-mias-clash-sampling-breakout-hit-became-generational-anthem/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}