Information about plays

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

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

{
    "id": 377358,
    "uri": "https://api.kexp.org/v2/plays/377358/?format=api",
    "airdate": "2019-09-06T06:37:32-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/aaa3c223-902d-48a6-b139-f3e0489b1089/16114980682-250.jpg",
    "thumbnail_uri": "",
    "song": "Morning New Disease",
    "track_id": "f77ca5f3-0735-352e-9496-d69b39fcdd4f",
    "recording_id": null,
    "artist": "Jets to Brazil",
    "artist_ids": [
        "675ec992-a8e4-41f8-b28b-1aad0c8a9ad1"
    ],
    "album": "Orange Rhyming Dictionary",
    "release_id": "aaa3c223-902d-48a6-b139-f3e0489b1089",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1998-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks, Ivan, for this fine request today! \"Featuring Blake Schwarzenbach of Jawbreaker, Chris Daly of Texas Is The Reason, and Jeremy Chatelain of Handsome, Jets to Brazil was a new band from musicians who each had a role in shaping the sound of what was being called emo in the 90s.\"  Learn more about the band and the album, \"Orange Rhyming dictionary\" here:  https://www.vice.com/en_us/article/3kebxn/jets-to-brazil-orange-rhyming-dictionary-the-shape-of-punk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}