Information about plays

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

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

{
    "id": 2679325,
    "uri": "https://api.kexp.org/v2/plays/2679325/?format=api",
    "airdate": "2019-12-28T22:41:00-08:00",
    "show": 46245,
    "show_uri": "https://api.kexp.org/v2/shows/46245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goblin Gallop",
    "track_id": "a6148d6e-bab2-494a-b653-432fbf3504b2",
    "recording_id": null,
    "artist": "Xylitol",
    "artist_ids": [
        "f531abb9-7dd7-48ed-8c1f-86004b1b2ff3"
    ],
    "album": "Is Toxic to Pigs??",
    "release_id": "459cb421-ef31-4063-9a5d-b43190181581",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-05-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Olympia. Playing Saturday January 4 with Kaleidoscope (NYC), Electric Chair and Crybaby at Old School Pizzeria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}