Information about plays

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

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

{
    "id": 381530,
    "uri": "https://api.kexp.org/v2/plays/381530/?format=api",
    "airdate": "2019-09-16T08:35:28-07:00",
    "show": 6352,
    "show_uri": "https://api.kexp.org/v2/shows/6352/?format=api",
    "image_uri": "http://coverartarchive.org/release/878c9674-871d-47d7-a942-e6a893403f02/13252817774-250.jpg",
    "thumbnail_uri": "",
    "song": "Shake It Up",
    "track_id": "a18a8864-9a90-490b-8dd3-b3c7163e9c41",
    "recording_id": null,
    "artist": "The Cars",
    "artist_ids": [
        "092b603f-eb4c-4958-b10e-02420de5885b"
    ],
    "album": "The Elektra Years: 1978-1987",
    "release_id": "878c9674-871d-47d7-a942-e6a893403f02",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "2016-03-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Shake It Up\" is a song by the Cars from their 1981 album of the same name. Although appearing for the first time in 1981, it was actually written years earlier by the band's songwriter and lead singer Ric Ocasek",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}