Information about plays

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

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

{
    "id": 2682323,
    "uri": "https://api.kexp.org/v2/plays/2682323/?format=api",
    "airdate": "2020-01-05T04:20:40-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/8af69e4c-a211-4501-9da5-0be975e0788e/24819924572-250.jpg",
    "thumbnail_uri": "",
    "song": "Rival Dealer",
    "track_id": "db704fdd-b99d-4ece-9d24-cd407e159468",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Tunes 2011–2019",
    "release_id": "8af69e4c-a211-4501-9da5-0be975e0788e",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2019-12-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Labeled a \"Dubstep\" artist in 2012, U.K. artist Burial became so much more in the past decade, influencing much of electronic music since then. Check out a rare interview from the elusive artist from before the hype. https://www.thewire.co.uk/in-writing/interviews/burial_unedited-transcript",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}