Information about plays

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

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

{
    "id": 375021,
    "uri": "https://api.kexp.org/v2/plays/375021/?format=api",
    "airdate": "2019-08-31T23:27:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cross",
    "track_id": "cf665caa-1b64-48cf-96fb-4b43c9f6db3f",
    "recording_id": null,
    "artist": "Physique",
    "artist_ids": [
        "c8d2d9ea-9b2e-43f0-88b7-195d6d0aebec"
    ],
    "album": "Punk Life Is Shit",
    "release_id": "545af79f-17e0-4454-ab67-92e5a27a8226",
    "release_group_id": null,
    "labels": [
        "Independent"
    ],
    "label_ids": [],
    "release_date": "2018-03-22",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Jankuland's One Year Anniversary show on Saturday, September 28th with Nasti, Lysol, Sidetracked, and many more. https://www.jankuland.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}