Information about plays

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

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

{
    "id": 2681058,
    "uri": "https://api.kexp.org/v2/plays/2681058/?format=api",
    "airdate": "2020-01-02T02:39:44-08:00",
    "show": 46274,
    "show_uri": "https://api.kexp.org/v2/shows/46274/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cut and Faze",
    "track_id": null,
    "recording_id": null,
    "artist": "SK U Kno",
    "artist_ids": [],
    "album": "Thousands of Eyes in the Dark",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lovely new compilation from Ghostly featuring acts like Tadd Mullinix, Orcas, Sarah Davachi and more! - https://ghostly.bandcamp.com/album/thousands-of-eyes-in-the-dark",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}