Information about plays

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

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

{
    "id": 372855,
    "uri": "https://api.kexp.org/v2/plays/372855/?format=api",
    "airdate": "2019-08-27T06:03:00-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Untitled",
    "track_id": "8d595a01-0d80-36b8-8139-ef52caaff3af",
    "recording_id": null,
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "ebb99b07-e775-34b3-b4a1-cf7f526d1915",
    "release_group_id": null,
    "labels": [
        "Labels"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a brief interview about the fifteenth anniversary of Turn On the Bright Lights, Interpol lead singer Daniel Kessler said the albums opening track, \"Untitled\" was written specifically to open their live shows. That's why it is named \"Untitled,\"  the band only thought of it as the intro song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}