Information about plays

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

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

{
    "id": 375572,
    "uri": "https://api.kexp.org/v2/plays/375572/?format=api",
    "airdate": "2019-09-02T10:05:00-07:00",
    "show": 6255,
    "show_uri": "https://api.kexp.org/v2/shows/6255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whisper to a Scream (Birds Fly) (European version)",
    "track_id": "5228b7ff-8fd0-45c7-a262-8dd7beb382d0",
    "recording_id": null,
    "artist": "The Icicle Works",
    "artist_ids": [
        "03143cba-d359-4bd9-8ab3-5ba6590f9933"
    ],
    "album": "Whisper to a Scream (Birds Fly)",
    "release_id": "b1519dda-997f-4b03-b4ed-e098ad677f37",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Icicle Works were named after the short story \"The Day the Icicle Works Closed\" by sci-fi author Frederik Pohl, which appeared in Galaxy Magazine in 1960. Listen to a reading of his story here: https://bit.ly/2lSNUgJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}