Information about plays

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

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

{
    "id": 348038,
    "uri": "https://api.kexp.org/v2/plays/348038/?format=api",
    "airdate": "2019-06-30T01:29:00-07:00",
    "show": 5799,
    "show_uri": "https://api.kexp.org/v2/shows/5799/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Wreck Your Life in Three Days",
    "track_id": "2c7d9400-e479-417f-80ad-79867531b53c",
    "recording_id": null,
    "artist": "Cretin",
    "artist_ids": [
        "1402f7db-ecdb-4d5b-ad65-c1186be90197"
    ],
    "album": "Stranger",
    "release_id": "e97fed36-eb04-48ab-aa1d-4ad5b5deafa1",
    "release_group_id": null,
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [],
    "release_date": "2014-12-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "San Jose, CA; https://cretin.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}