Information about plays

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

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

{
    "id": 382701,
    "uri": "https://api.kexp.org/v2/plays/382701/?format=api",
    "airdate": "2019-09-18T23:37:12-07:00",
    "show": 6368,
    "show_uri": "https://api.kexp.org/v2/shows/6368/?format=api",
    "image_uri": "http://coverartarchive.org/release/25854b63-25fd-4375-b18a-1007176c676d/14932745161-250.jpg",
    "thumbnail_uri": "",
    "song": "Karl Blau",
    "track_id": "c5821d7d-d60f-3b6b-b74d-47b7672aa2ae",
    "recording_id": null,
    "artist": "The Microphones",
    "artist_ids": [
        "6f2f87e7-3ce9-4f1c-81dd-6f068a78cf26"
    ],
    "album": "It Was Hot, We Stayed in the Water",
    "release_id": "25854b63-25fd-4375-b18a-1007176c676d",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "www.pwelverumandsun.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}