Information about plays

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

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

{
    "id": 2681532,
    "uri": "https://api.kexp.org/v2/plays/2681532/?format=api",
    "airdate": "2020-01-03T06:51:10-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/29c08723-a03c-4e47-8b7c-96d76b5799ec/24648549032-250.jpg",
    "thumbnail_uri": "",
    "song": "Come To Life",
    "track_id": "05a6018f-c525-43a7-a8fd-b33aaabaa501",
    "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": "Cellist Arthur Russell died in 1992, but he has been revered as a true musical visionary.  \"Iowa Dreams\" was released just last year:: https://www.npr.org/2019/11/20/779721417/which-arthur-russell-are-we-getting-on-iowa-dream",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}