Information about plays

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

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

{
    "id": 2678771,
    "uri": "https://api.kexp.org/v2/plays/2678771/?format=api",
    "airdate": "2019-12-27T12:44:00-08:00",
    "show": 46234,
    "show_uri": "https://api.kexp.org/v2/shows/46234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sweetest Thing",
    "track_id": null,
    "recording_id": null,
    "artist": "Amerigo Gazaway",
    "artist_ids": [
        "7740488b-2d31-422b-8764-1b39ba4e0f08"
    ],
    "album": "The Miseducation of Eunice Waymon",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With his latest Soul Mates Project, Amerigo Gazaway imagines a studio session between The High Priestess of Soul, Nina Simone, and living legend, Lauryn Hill. Continuing the “collaborations that never were” theme of his previous releases, the producer seamlessly connects the dots between Hip-Hop and the genre’s predecessor, Soul. https://amerigomusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}