Information about plays

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

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

{
    "id": 376777,
    "uri": "https://api.kexp.org/v2/plays/376777/?format=api",
    "airdate": "2019-09-05T00:14:45-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Be Me",
    "track_id": "22551678-cdc1-45b9-98b4-7f2c99ce40f8",
    "recording_id": null,
    "artist": "The Other People Place",
    "artist_ids": [
        "ce7cfb6e-2a6f-4d3d-8f13-0a5e73307025"
    ],
    "album": "Lifestyles of the Laptop Café",
    "release_id": "a0176b4f-d5ff-4373-877e-60139e286932",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2001-02-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A project of James Marcel Stinson (Drexciya)   https://warp.net/artists/91348-the-other-people-place",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}