Information about plays

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

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

{
    "id": 344137,
    "uri": "https://api.kexp.org/v2/plays/344137/?format=api",
    "airdate": "2019-06-20T21:57:11-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/8fe04762-3cfa-4052-b8aa-38467fabf856/20575756616-250.jpg",
    "thumbnail_uri": "",
    "song": "Feels Like Summer",
    "track_id": "9914de28-510b-40b0-a567-468df0a36832",
    "recording_id": null,
    "artist": "Childish Gambino",
    "artist_ids": [
        "7fb57fba-a6ef-44c2-abab-2fa3bdee607e"
    ],
    "album": "Feels Like Summer",
    "release_id": "8fe04762-3cfa-4052-b8aa-38467fabf856",
    "release_group_id": null,
    "labels": [
        "RCA Records"
    ],
    "label_ids": [
        "ea212af6-825a-40ce-8ae5-1da631ea1b56"
    ],
    "release_date": "2018-07-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new Lion King movie will be out in theatres next month and, the cast consists of Childish Gambino and Beyonce amongst others like Seth Rogen, James Earl Jones and Billy Eichner.\nChildish Gambino and Beyonce do \na cover of ‘Can You Feel The Love Tonight’ for the movie which was originally composed by Elton John.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}