Information about plays

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

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

{
    "id": 2681279,
    "uri": "https://api.kexp.org/v2/plays/2681279/?format=api",
    "airdate": "2020-01-02T16:38:38-08:00",
    "show": 46278,
    "show_uri": "https://api.kexp.org/v2/shows/46278/?format=api",
    "image_uri": "https://coverartarchive.org/release/09855083-1ab3-3696-b9e0-aeb62a517269/5416634955-250.jpg",
    "thumbnail_uri": "",
    "song": "Rill Rill",
    "track_id": "a69ed4ff-a48d-3d31-9860-138bfbb18a4a",
    "recording_id": null,
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Treats",
    "release_id": "09855083-1ab3-3696-b9e0-aeb62a517269",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2010-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}