Information about plays

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

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

{
    "id": 2679132,
    "uri": "https://api.kexp.org/v2/plays/2679132/?format=api",
    "airdate": "2019-12-28T11:51:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Need Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Osbourne",
    "artist_ids": [
        "74dca2c7-d7dc-4b13-bd17-502a35db042a"
    ],
    "album": "100% Dynamite",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the new digitally remastered expanded edition of Soul Jazz Records’ biggest ever selling reggae release, 100% Dynamite: Ska, Soul, Rocksteady and Funk in Jamaica. \nSince the album’s original release nearly twenty years ago, 100% Dynamite has become a cornerstone of funky reggae music: Eighteen killer tracks that show the influence that American Jazz, Funk and Soul music had on Jamaican Reggae. https://open.spotify.com/album/6eA5s4csDlY3pRTyg08yHL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}