Information about plays

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

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

{
    "id": 347010,
    "uri": "https://api.kexp.org/v2/plays/347010/?format=api",
    "airdate": "2019-06-27T14:56:11-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "http://coverartarchive.org/release/d32952a7-e1ad-4b1e-93da-08b7608c4993/23299929133-250.jpg",
    "thumbnail_uri": "",
    "song": "The Future Is Here",
    "track_id": "1cecf18d-60fc-43e0-a19d-9c2c8c18a7b7",
    "recording_id": null,
    "artist": "Sleater‐Kinney",
    "artist_ids": [
        "e36e78eb-3ace-4acd-882c-16789e700ab7"
    ],
    "album": "The Center Won’t Hold",
    "release_id": "d32952a7-e1ad-4b1e-93da-08b7608c4993",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "By January 2018, Sleater-Kinney was said to be working on their follow-up to \"No Cities to Love\", though Carrie Brownstein has said that they're \"going to do this very slowly\". Carrie Brownstein suggested to Jeff Tweedy that he produce some songs with the band but they began working with St. Vincent first and they enjoyed working with her so much that they decided to continue with her. The new album \"The Center Won't Hold\" is set to be released on August 16th. You can then catch Sleater-Kinney at the Paramount Theatre on November 23rd & 24th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}