Information about plays

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

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

{
    "id": 342592,
    "uri": "https://api.kexp.org/v2/plays/342592/?format=api",
    "airdate": "2019-06-17T14:25:00-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/591186d3-e372-4fc6-afff-fb3730a622b3/22938032041-250.jpg",
    "thumbnail_uri": "",
    "song": "Stadium West",
    "track_id": "9187388e-da3b-44e9-88e4-5f8cf9e61b88",
    "recording_id": null,
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Scatter the Rats",
    "release_id": "591186d3-e372-4fc6-afff-fb3730a622b3",
    "release_group_id": null,
    "labels": [
        "Blackheart Records"
    ],
    "label_ids": [
        "1bc7ca07-369f-4408-953f-72b5a3230900"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "The first album from L7 in two decades! This goes out to Lisa at the KEXP front desk!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}