Information about plays

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

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

{
    "id": 2680385,
    "uri": "https://api.kexp.org/v2/plays/2680385/?format=api",
    "airdate": "2019-12-31T11:34:09-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a1c8de5-54bf-3efd-99af-e9757a9184a3/7941708576-250.jpg",
    "thumbnail_uri": "",
    "song": "There’s Still Life",
    "track_id": "93168fe7-ddce-31ef-8ebd-c16b48b3ffeb",
    "recording_id": null,
    "artist": "Chapterhouse",
    "artist_ids": [
        "c95d5fb3-03d4-4b5e-93da-a57bd7e26db0"
    ],
    "album": "Blood Music",
    "release_id": "0a1c8de5-54bf-3efd-99af-e9757a9184a3",
    "release_group_id": null,
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1993-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this 2010 feature on Chapterhouse: https://www.popmatters.com/131490-chapterhouse-2496133687.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}