Information about plays

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

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

{
    "id": 383010,
    "uri": "https://api.kexp.org/v2/plays/383010/?format=api",
    "airdate": "2019-09-19T15:36:44-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom Is Free",
    "track_id": "f613a999-f988-48c1-8fec-b4d4f240b592",
    "recording_id": null,
    "artist": "Chicano Batman",
    "artist_ids": [
        "46efbaa6-1bf3-44b5-8838-67f77d77aa96"
    ],
    "album": "Freedom Is Free",
    "release_id": "461a56bb-98b8-4265-b5f3-ecf775e06c0c",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Adam West! (born September 19, 1928 – June 9, 2017 – aged 88)  an American actor, widely known for his role as Batman in the 1960s TV series and feature film.\nWest was born in Walla Walla, Washington. He moved to Seattle with his mother when he was 15 and attended Lakeside School in Seattle and Whitman College in Walla Walla. <br/><br/>\nAfter serving time in the Army, he worked as a milkman before pursuing a career in television.<br/><br/>\nHe soon landed what became his signature role in Batman, portraying the crime-fighting superhero during the popular TV show's run from 1966 to 1968",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}