Information about plays

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

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

{
    "id": 351396,
    "uri": "https://api.kexp.org/v2/plays/351396/?format=api",
    "airdate": "2019-07-07T17:41:41-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?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": "Welsh singer and producer Kelly Lee Owens has been making waves as a captivating solo artist in the underground music community over the past few years, blending immersive techno, ethereal dream-pop, and hypnotic krautrock to create her own singular style. Check out her Midnight in a Perfect World Mix here: https://www.kexp.org/read/2017/08/18/midnight-in-a-perfect-world-kelly-lee-owens/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}