Information about plays

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

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

{
    "id": 2682330,
    "uri": "https://api.kexp.org/v2/plays/2682330/?format=api",
    "airdate": "2020-01-05T04:52:38-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/16259d14-2313-32cf-a8b3-289b86885632/5961104362-250.jpg",
    "thumbnail_uri": "",
    "song": "Orion",
    "track_id": "b5fcc3eb-1247-3651-8b8e-8aba04133237",
    "recording_id": null,
    "artist": "Metallica",
    "artist_ids": [
        "65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab"
    ],
    "album": "Master of Puppets",
    "release_id": "16259d14-2313-32cf-a8b3-289b86885632",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third album from influential heavy metal group, Metallica. 1986's 'Master of Puppet' was the last to feature the bassist Cliff Burton, who passed away in a bus accident during the promotion tour for the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}