Information about plays

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

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

{
    "id": 2678279,
    "uri": "https://api.kexp.org/v2/plays/2678279/?format=api",
    "airdate": "2019-12-26T06:10:00-08:00",
    "show": 46226,
    "show_uri": "https://api.kexp.org/v2/shows/46226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jynweythek",
    "track_id": "cd3a12e4-0d01-355e-9ee9-090cb3ea8291",
    "recording_id": null,
    "artist": "Aphex Twin",
    "artist_ids": [
        "f22942a1-6f70-4f48-866e-238cb2308fbd"
    ],
    "album": "Drukqs",
    "release_id": "4d35da90-c4f9-4d37-b68a-027225fca9cd",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [],
    "release_date": "2001-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Drukqs\" is a double album compiled of tracks which Aphex Twin feared might leak after he left behind an MP3 player containing 282 of his unreleased tracks on a plane while traveling to Scotland. He stated about the situation: \"I thought, 'They're gonna fucking come on the internet sooner or later so I may as well get an album out of it first.'\" https://en.wikipedia.org/wiki/Aphex_Twin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}