Information about plays

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

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

{
    "id": 344277,
    "uri": "https://api.kexp.org/v2/plays/344277/?format=api",
    "airdate": "2019-06-21T07:37:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Corrosion",
    "track_id": "837c2dab-7263-4493-a6ab-336c1c1d7105",
    "recording_id": null,
    "artist": "The Sisters of Mercy",
    "artist_ids": [
        "553d8166-27b0-49fe-b8e4-89a984e2c375"
    ],
    "album": "Floodland",
    "release_id": "ffe0aa26-7956-4e4e-adb8-398414633916",
    "release_group_id": null,
    "labels": [
        "Merciful Release"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This Corrosion\" was written by Andrew Eldritch and produced by Jim Steinman. Eldritch's lyrics concern his previous band members leaving the Sisters of Mercy to form the Mission. It's one of the band's most well-known songs and uses a 40-piece choir, and the LP version of the song lasts for nearly 11 minutes and guess what? We're playing the LP version MFers! Track Length: 11:21",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}