Information about plays

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

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

{
    "id": 347587,
    "uri": "https://api.kexp.org/v2/plays/347587/?format=api",
    "airdate": "2019-06-28T21:08:00-07:00",
    "show": 5788,
    "show_uri": "https://api.kexp.org/v2/shows/5788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sweetest Thing (feat. John Forté)",
    "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": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2018-12-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Amerigo Gazaway imagines a studio session between Nina Simone and Lauryn Hill, continuing the “collaborations that never were” theme of his previous releases.\" https://amerigo.bandcamp.com/album/nina-simone-lauryn-hill-the-miseducation-of-eunice-waymon-clean-edits-bonus-tracks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}