Information about plays

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

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

{
    "id": 372872,
    "uri": "https://api.kexp.org/v2/plays/372872/?format=api",
    "airdate": "2019-08-27T07:04:33-07:00",
    "show": 6213,
    "show_uri": "https://api.kexp.org/v2/shows/6213/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Time the Sun Comes Up",
    "track_id": "84a9f75f-2574-481a-87cc-43945f9dee0d",
    "recording_id": null,
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Are We There",
    "release_id": "294ce5a9-a36b-4e41-982e-56f2f94bb581",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [],
    "release_date": "2014-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Van Etten is playing at the Gorge with Bon Iver on September 6th!  Tickets & info: https://livemu.sc/2U6iTmJ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}