Information about plays

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

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

{
    "id": 2682869,
    "uri": "https://api.kexp.org/v2/plays/2682869/?format=api",
    "airdate": "2020-01-06T13:49:25-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d905c23-0e13-4884-a23d-98587b4ee529/15176972391-250.jpg",
    "thumbnail_uri": "",
    "song": "54 / 40 Or Fight",
    "track_id": "dbf36d21-3e87-343b-8e58-e2978004fb6b",
    "recording_id": null,
    "artist": "Dead Moon",
    "artist_ids": [
        "4866af3e-7586-403e-bea4-f27bcbcadbb6"
    ],
    "album": "Live Evil",
    "release_id": "2d905c23-0e13-4884-a23d-98587b4ee529",
    "release_group_id": null,
    "labels": [
        "Music Maniac Records"
    ],
    "label_ids": [
        "7c9663cf-7f01-4f59-8ac5-642b4dec9c5c"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Dead Moon was an American punk rock band from 1987 to 2006, formed in Portland, Oregon. Fred Cole sadly passed away in 2017 after  a battle with cancer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}