Information about plays

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

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

{
    "id": 2680637,
    "uri": "https://api.kexp.org/v2/plays/2680637/?format=api",
    "airdate": "2020-01-01T02:22:28-08:00",
    "show": 46268,
    "show_uri": "https://api.kexp.org/v2/shows/46268/?format=api",
    "image_uri": "https://coverartarchive.org/release/249d67f3-2c31-4626-b549-1553f822cb8f/18983399031-250.jpg",
    "thumbnail_uri": "",
    "song": "Singularity",
    "track_id": "541fa8d1-bd72-45ca-afa5-e116dd57f3d9",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Music Complete",
    "release_id": "249d67f3-2c31-4626-b549-1553f822cb8f",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2015-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One day at a time\nInch by inch\nFor every kiss\nOn lovers' lips",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}