Information about plays

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

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

{
    "id": 2682821,
    "uri": "https://api.kexp.org/v2/plays/2682821/?format=api",
    "airdate": "2020-01-06T10:57:36-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Commotion",
    "track_id": "7c917f05-707e-324d-80ba-ec8a2bad9fbf",
    "recording_id": null,
    "artist": "The Hundred in the Hands",
    "artist_ids": [
        "ce8021ad-6957-4775-913e-be6562cf779b"
    ],
    "album": "The Hundred in the Hands",
    "release_id": "c8f633c0-bf34-4634-8ca4-cce9e0ac4d61",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hundred in the Hands is an American electronic music duo from Brooklyn, New York City, formed in 2008. The band consists of Eleanore Everdell (vocals, keyboards) and Jason Friedman (guitar, programming)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}