Information about plays

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

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

{
    "id": 350508,
    "uri": "https://api.kexp.org/v2/plays/350508/?format=api",
    "airdate": "2019-07-05T16:03:33-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "http://coverartarchive.org/release/1faf4495-1239-41b0-8783-ed75da0cc1c1/9028720070-250.jpg",
    "thumbnail_uri": "",
    "song": "Hard to Love",
    "track_id": "1f69680b-a27f-3286-8b61-bf19cd601121",
    "recording_id": null,
    "artist": "The Drums",
    "artist_ids": [
        "c3ecef5d-84f3-4942-8c24-0a626343c3f4"
    ],
    "album": "Portamento",
    "release_id": "1faf4495-1239-41b0-8783-ed75da0cc1c1",
    "release_group_id": null,
    "labels": [
        "Frenchkiss Records"
    ],
    "label_ids": [
        "dfbbcec7-ad28-4340-a440-c08b064382ba"
    ],
    "release_date": "2011-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "It’s hard not to read the Drums' downbeat outlook as a response to Adam Kessler's departure from the band (during their first U.S. tour, no less), and Portamento's sound reflects that change as well. The band’s overt ‘50s and ‘60s pop worship is largely sublimated in favor of post-punk and synth pop, with the notable exception of “What You Were,” a jangly number with a sax solo that recalls both ‘50s rock and the post-punk and new wave acts that resurrected that sound the first time around.  https://bit.ly/32aoQCu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}