Information about plays

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

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

{
    "id": 2681536,
    "uri": "https://api.kexp.org/v2/plays/2681536/?format=api",
    "airdate": "2020-01-03T07:05:07-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hopeless",
    "track_id": "462b1a5a-7389-3eca-9f55-d7b0449ea464",
    "recording_id": null,
    "artist": "The Wrens",
    "artist_ids": [
        "492c18bc-ffbe-43b1-a22a-9bb801216b96"
    ],
    "album": "The Meadowlands",
    "release_id": "a0fadcc2-63f9-47ab-b4d7-2c539ebc364e",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2003-09-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to know more about this classic album?  Here's an oral history of \"The Meadowlands\": https://www.stereogum.com/1463482/an-oral-history-of-the-wrens-the-meadowlands/franchises/the-anniversary/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}