Information about plays

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

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

{
    "id": 344753,
    "uri": "https://api.kexp.org/v2/plays/344753/?format=api",
    "airdate": "2019-06-22T14:46:34-07:00",
    "show": 5746,
    "show_uri": "https://api.kexp.org/v2/shows/5746/?format=api",
    "image_uri": "http://coverartarchive.org/release/9d9ee673-a1de-4029-a2b2-2eb4e26b211a/6106970822-250.jpg",
    "thumbnail_uri": "",
    "song": "Kong",
    "track_id": "264de997-f526-4d9f-83c1-b6b200acfd1e",
    "recording_id": null,
    "artist": "The Notwist",
    "artist_ids": [
        "f180cec2-9421-4417-a841-c7372090d13d"
    ],
    "album": "Close to the Glass",
    "release_id": "00592f84-e9d3-48c2-9625-f5572dddd6a3",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-02-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Notwist are a German indie rock band that formed in 1989 with Sub Pop records featuring band members Markus Acher, Micha Acher, Martin Messerschmid, Martin Gretschmann.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}