Information about plays

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

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

{
    "id": 348248,
    "uri": "https://api.kexp.org/v2/plays/348248/?format=api",
    "airdate": "2019-06-30T13:18:03-07:00",
    "show": 5804,
    "show_uri": "https://api.kexp.org/v2/shows/5804/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Cost's To Be Austere",
    "track_id": "0fe18ba1-d722-4cbf-9b0a-301d50543a9d",
    "recording_id": null,
    "artist": "Prettiest Eyes",
    "artist_ids": [
        "7accd8b6-7e1b-4fdd-8090-0f214565d01c"
    ],
    "album": "Vol. 3",
    "release_id": "23078132-aedc-4980-af71-803ed32a1b1a",
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [
        "0274b1c2-1e89-4adf-a77f-c8341cc7bcee"
    ],
    "release_date": "2019-06-15",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA post-industrial trio, their third album. http://www.prettiesteyes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}