Information about plays

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

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

{
    "id": 344759,
    "uri": "https://api.kexp.org/v2/plays/344759/?format=api",
    "airdate": "2019-06-22T15:13:05-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?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": false,
    "is_live": false,
    "comment": "This is L7's first LP in two decades, Scatter the Rats. The new album finds the grunge veterans in proper form, offering up a high-octane composition that falls in line with the best of L7’s ’90s heyday. In your face and unabashedly catchy, the song is highlighted by its delightful lyrical turns-of-phrase, rapid-fire riffs, and energetic backing howls and growls.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}