Information about plays

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

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

{
    "id": 2677191,
    "uri": "https://api.kexp.org/v2/plays/2677191/?format=api",
    "airdate": "2019-12-23T15:51:08-08:00",
    "show": 46211,
    "show_uri": "https://api.kexp.org/v2/shows/46211/?format=api",
    "image_uri": "https://coverartarchive.org/release/29c08723-a03c-4e47-8b7c-96d76b5799ec/24648549032-250.jpg",
    "thumbnail_uri": "",
    "song": "I Kissed the Girl From Outer Space",
    "track_id": "2bbdbe97-32e0-48a5-8793-948398eb6ae5",
    "recording_id": null,
    "artist": "Arthur Russell",
    "artist_ids": [
        "f43370e3-6d86-44e7-ae4c-ca098962dcd0"
    ],
    "album": "Iowa Dream",
    "release_id": "29c08723-a03c-4e47-8b7c-96d76b5799ec",
    "release_group_id": null,
    "labels": [
        "Audika"
    ],
    "label_ids": [
        "613be16a-2c75-446d-99ca-184420a55cf9"
    ],
    "release_date": "2019-11-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The latest posthumous album from the groundbreaking artist feels like one of his truest, 19 demos that reveal his elegant songwriting, his disregard for genre, and his boundless mind\" - https://arthurrussell.bandcamp.com/album/iowa-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}