Information about plays

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

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

{
    "id": 372972,
    "uri": "https://api.kexp.org/v2/plays/372972/?format=api",
    "airdate": "2019-08-27T12:04:49-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "http://coverartarchive.org/release/2f3eb520-4126-40a7-9089-6876a2c45b67/2285513543-250.jpg",
    "thumbnail_uri": "",
    "song": "Bigmouth Strikes Again",
    "track_id": "16e19112-e08f-3057-a085-1d01f1b25f56",
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "The Queen Is Dead",
    "release_id": "2f3eb520-4126-40a7-9089-6876a2c45b67",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Johnny Marr, during the writing process of the Bigmouth Strikes Again, his main aim was to write a song very similar to the 1968 song titled Jumpin’ Jack Flash by the Rolling Stones. Here are some more facts about this song on Nichole's playlist: https://www.songmeaningsandfacts.com/meaning-bigmouth-strikes-smiths/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}