Information about plays

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

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

{
    "id": 2681728,
    "uri": "https://api.kexp.org/v2/plays/2681728/?format=api",
    "airdate": "2020-01-03T19:42:00-08:00",
    "show": 46285,
    "show_uri": "https://api.kexp.org/v2/shows/46285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me",
    "track_id": "20bddffd-57f9-311c-b604-f305fa90b4a0",
    "recording_id": null,
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Blondie Singles Collection: 1977–1982",
    "release_id": "7eec947f-4e95-4e75-a2e9-f579023bd03f",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-10-16",
    "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 (made beats and produced this Blondie song).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}