Information about plays

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

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

{
    "id": 2674715,
    "uri": "https://api.kexp.org/v2/plays/2674715/?format=api",
    "airdate": "2019-12-18T01:40:02-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nine One One",
    "track_id": "2242fbaa-ac70-4b9f-a5e0-e0f6107e5954",
    "recording_id": null,
    "artist": "DRAMA",
    "artist_ids": [
        "c3505299-5cb9-4a30-a7c8-e74d0aa3e1b0"
    ],
    "album": "Dance Without Me",
    "release_id": "34f2caf3-625f-47e8-b412-32b41e638740",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2020-02-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Since 2014, the Chicago-based duo have bootstrapped a subtle rise on their own terms, self-releasing several EPs and mapping multiple tours with Midwestern grit. A multicultural collaboration between producer Na’el Shehade and vocalist Via Rosa, the project plays to the complementary dynamics of their pairing, blurring the lines between R&B and dance-pop, heartbreak and bliss.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}