Information about plays

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

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

{
    "id": 2679742,
    "uri": "https://api.kexp.org/v2/plays/2679742/?format=api",
    "airdate": "2019-12-29T23:03:00-08:00",
    "show": 46254,
    "show_uri": "https://api.kexp.org/v2/shows/46254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In~Narito (Extended)",
    "track_id": null,
    "recording_id": null,
    "artist": "Denis Sultra",
    "artist_ids": [],
    "album": "In~Narito / It's Tough, But Not As Much As The Dream Is Worth (Joseph)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2019-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Denis Sulta—real name Hector Barbour—has rapidly emerged as one of the most exciting new prospects from the ever-fertile Glasgow scene.  Back in Glasgow (his hometown) after a long stint in Berlin, the prodigal producer has aligned with Ninja Tune for a new 8-track EP “Aye Spoake Te Sumwuhn & They Listenhd”, some of his rawest and deeply personal music to date.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}