Information about plays

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

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

{
    "id": 369775,
    "uri": "https://api.kexp.org/v2/plays/369775/?format=api",
    "airdate": "2019-08-20T06:58:15-07:00",
    "show": 6165,
    "show_uri": "https://api.kexp.org/v2/shows/6165/?format=api",
    "image_uri": "http://coverartarchive.org/release/d7149328-d0c5-48e9-8f01-74c7706e9a62/23673123260-250.jpg",
    "thumbnail_uri": "",
    "song": "How Many Times",
    "track_id": "cddbe58f-de94-4943-8c58-28307cd378e9",
    "recording_id": null,
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "King’s Mouth: Music and Songs",
    "release_id": "d7149328-d0c5-48e9-8f01-74c7706e9a62",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King’s Mouth is a concept album about a giant king who dies protecting his subjects from an avalanche, and they got the Clash’s Mick Jones to narrate it. New song “Giant Baby,” which opens with Jones’ narration, is a planetarium-ready space-pop ballad about, well, a giant baby.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}