Information about plays

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

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

{
    "id": 2682112,
    "uri": "https://api.kexp.org/v2/plays/2682112/?format=api",
    "airdate": "2020-01-04T17:14:00-08:00",
    "show": 46291,
    "show_uri": "https://api.kexp.org/v2/shows/46291/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4281981-8ef6-4183-ad06-76aa931d2f3d/7561337478-250.jpg",
    "thumbnail_uri": "",
    "song": "Glass",
    "track_id": "a9a8aa84-6f05-4fe9-9477-1414e1321a8c",
    "recording_id": null,
    "artist": "Total Control",
    "artist_ids": [
        "4ba2ddec-dd8d-44b8-8fee-1f4d06e63fb3"
    ],
    "album": "Typical System",
    "release_id": "b4281981-8ef6-4183-ad06-76aa931d2f3d",
    "release_group_id": null,
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2014-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Post-punk from Melbourne https://hengebeat.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}