Information about plays

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

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

{
    "id": 2682902,
    "uri": "https://api.kexp.org/v2/plays/2682902/?format=api",
    "airdate": "2020-01-06T15:51:53-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee3aa2b2-afc1-4ade-a17c-b738a708f3d9/24894673370-250.jpg",
    "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": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the first collaborative single from Jon Hopkins and Kelly Lee Owens. The song was originally planned as an Owens remix of Hopkins’ song “Luminous Beings,” from his 2018 album Singularity.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}