Information about plays

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

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

{
    "id": 2679845,
    "uri": "https://api.kexp.org/v2/plays/2679845/?format=api",
    "airdate": "2019-12-30T06:01:00-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orpheus",
    "track_id": "b4348615-a789-3ca8-8325-0ed943d2dba5",
    "recording_id": null,
    "artist": "David Sylvian",
    "artist_ids": [
        "719db6b1-0d91-458c-8d18-875ec44105bf"
    ],
    "album": "Secrets of the Beehive",
    "release_id": "05e7765a-bc60-39ae-8479-ec40e17be2d2",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2003-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vaughan Oliver designed the striking cover art for this album. As part of his 23 Envelope graphic design partnership with photographer/filmmaker Nigel Grierson, he created the art for many iconic album covers from 1983–1988 for 4AD bands like Cocteau Twins, Dead Can Dance, and This Mortal Coil.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}