Information about plays

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

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

{
    "id": 2681727,
    "uri": "https://api.kexp.org/v2/plays/2681727/?format=api",
    "airdate": "2020-01-03T19:39:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close (to the Edit)",
    "track_id": "4382eaa4-fa40-4883-ae3c-1f180467aa5e",
    "recording_id": null,
    "artist": "Art of Noise",
    "artist_ids": [
        "be899560-1570-402e-9f95-3182898a8b70"
    ],
    "album": "(Who’s Afraid of) The Art of Noise?",
    "release_id": "a5588374-56eb-4433-9206-c7be7ab52c53",
    "release_group_id": null,
    "labels": [
        "ZTT"
    ],
    "label_ids": [
        "ed845c80-883e-4569-9d11-2f40117ab840"
    ],
    "release_date": "2004-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spotlight on Daft Punk for Thomas Bangalter's birthday! First - two of the band's influences: Art of Noise and Giorgio Moroder.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}