Information about plays

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

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

{
    "id": 2682816,
    "uri": "https://api.kexp.org/v2/plays/2682816/?format=api",
    "airdate": "2020-01-06T10:42:31-08:00",
    "show": 46307,
    "show_uri": "https://api.kexp.org/v2/shows/46307/?format=api",
    "image_uri": "https://coverartarchive.org/release/939aec22-c8a9-3d4f-885b-d82446ad2c3b/4812179030-250.jpg",
    "thumbnail_uri": "",
    "song": "1901",
    "track_id": "b72faa95-b019-3feb-a0ce-64fac10f68ca",
    "recording_id": null,
    "artist": "Phoenix",
    "artist_ids": [
        "8d455809-96b3-4bb6-8829-ea4beb580d35"
    ],
    "album": "Wolfgang Amadeus Phoenix",
    "release_id": "939aec22-c8a9-3d4f-885b-d82446ad2c3b",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2009-05-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French band Phoenix honed their sleek and increasingly effective bursts of pop to a fine point! Learn more about this classic 2009 indie tune here: https://bit.ly/2N0cSpc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}