Information about plays

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

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

{
    "id": 2680861,
    "uri": "https://api.kexp.org/v2/plays/2680861/?format=api",
    "airdate": "2020-01-01T15:16:36-08:00",
    "show": 46271,
    "show_uri": "https://api.kexp.org/v2/shows/46271/?format=api",
    "image_uri": "https://coverartarchive.org/release/184301cd-1170-45b3-b71b-4736f82b9135/24560363899-250.jpg",
    "thumbnail_uri": "",
    "song": "Earth",
    "track_id": "c999f5b5-d20a-47f1-bd9e-bf5943056399",
    "recording_id": null,
    "artist": "Lapalux",
    "artist_ids": [
        "0b5f6947-c6f2-43c2-8fed-5a77776728dd"
    ],
    "album": "Amnioverse",
    "release_id": "184301cd-1170-45b3-b71b-4736f82b9135",
    "release_group_id": null,
    "labels": [
        "Brainfeeder"
    ],
    "label_ids": [
        "20b3d6f9-9086-48d9-802f-5f808456a0ef"
    ],
    "release_date": "2019-11-08",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lapalux (aka Stuart Howard) returns to Flying Lotus' Brainfeeder for his fourth album. “Amnioverse” a sort of portmanteau of the amniotic sac and the universe,” he explains revolves around notions of fluidity; that birth, life, death, and rebirth is a never ending continuum.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}