Information about plays

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

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

{
    "id": 344772,
    "uri": "https://api.kexp.org/v2/plays/344772/?format=api",
    "airdate": "2019-06-22T15:56:09-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let It Go",
    "track_id": "00f517d2-92aa-4004-bad7-3e6b3af938d8",
    "recording_id": null,
    "artist": "Kelly Lee Owens",
    "artist_ids": [
        "9d88eaab-f90a-4fbe-b84f-20da5518cd26"
    ],
    "album": "Let It Go / Omen",
    "release_id": "930d21a3-798f-42f9-8629-4c9ea4007186",
    "release_group_id": null,
    "labels": [
        "Smalltown Supersound"
    ],
    "label_ids": [
        "eb1029b4-8229-4169-ae99-07540aa2ba80"
    ],
    "release_date": "2019-05-09",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kelly Lee Owens created this new track as fodder for a recent set at London’s Fabric nightclub, layering beckoning whispers over a pile-driving bass pulse, the peak-time cut strikes a clever balance of soft and hard, just the thing for guiding clubbers into the maelstrom of the early morning.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}