Information about plays

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

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

{
    "id": 376649,
    "uri": "https://api.kexp.org/v2/plays/376649/?format=api",
    "airdate": "2019-09-04T17:23:46-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "http://coverartarchive.org/release/d3964786-2ff4-3926-ab87-e05e52b103ed/23407263634-250.jpg",
    "thumbnail_uri": "",
    "song": "The Modern Dance",
    "track_id": "589a0184-05d1-3dc6-891f-07f462a75a73",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "The Modern Dance",
    "release_id": "d3964786-2ff4-3926-ab87-e05e52b103ed",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1998-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cleveland does rock!  This band was formed there in 1975!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}