Information about plays

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

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

{
    "id": 2679109,
    "uri": "https://api.kexp.org/v2/plays/2679109/?format=api",
    "airdate": "2019-12-28T10:29:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Down feat. H.E.R.",
    "track_id": null,
    "recording_id": null,
    "artist": "Skip Marley",
    "artist_ids": [
        "0f2b33e5-3969-4af0-a417-e111a373c624"
    ],
    "album": "Slow Down",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [],
    "release_date": "2019-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Slow Down” was officially released on November 7th and debuted at #1 on the the Billboard Reggae Digital Song Sales chart. “Slow Down” is a Reggae style slow jam produced by Rykeyz. Song has the vibes of the Lauryn Hill / Bob Marley version of “Turn Your Lights Down Low.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}