Information about plays

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

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

{
    "id": 355770,
    "uri": "https://api.kexp.org/v2/plays/355770/?format=api",
    "airdate": "2019-07-17T23:39:02-07:00",
    "show": 5928,
    "show_uri": "https://api.kexp.org/v2/shows/5928/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desert Song",
    "track_id": "edfe64b1-5507-4dcb-a8fb-14336473c8cc",
    "recording_id": null,
    "artist": "Sarah Bethe Nelson",
    "artist_ids": [
        "e8ccdadd-5099-42fa-a9ce-1c1b389396e6"
    ],
    "album": "Weird Glow",
    "release_id": "d726e42f-b977-4180-b20e-bb99cc096a1b",
    "release_group_id": null,
    "labels": [
        "Burger Records"
    ],
    "label_ids": [
        "381edd23-11e7-4572-9f62-c6134a451a21"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sarahbethenelson.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}