Information about plays

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

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

{
    "id": 2670934,
    "uri": "https://api.kexp.org/v2/plays/2670934/?format=api",
    "airdate": "2019-12-09T10:14:25-08:00",
    "show": 46110,
    "show_uri": "https://api.kexp.org/v2/shows/46110/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luminous Spaces (Edit)",
    "track_id": "469c3998-729b-470b-91e4-ea99eba2ec26",
    "recording_id": null,
    "artist": "Jon Hopkins & Kelly Lee Owens",
    "artist_ids": [
        "0b0c25f4-f31c-46a5-a4fb-ccbf53d663bd"
    ],
    "album": "Luminous Spaces",
    "release_id": "ee3aa2b2-afc1-4ade-a17c-b738a708f3d9",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-11-29",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“I sent her the parts, but what she sent back just felt like something totally new, and had the potential to be so much more than a remix, \" - John Hopkins <br><br> Dive deep behind the writing process of Luminous Spaces here: https://bit.ly/36exOji",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}