Information about plays

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

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

{
    "id": 2678346,
    "uri": "https://api.kexp.org/v2/plays/2678346/?format=api",
    "airdate": "2019-12-26T10:30:00-08:00",
    "show": 46227,
    "show_uri": "https://api.kexp.org/v2/shows/46227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Original Mix",
    "track_id": null,
    "recording_id": null,
    "artist": "Midland",
    "artist_ids": [
        "35fddf9e-01f6-49af-8d03-b841dda89995"
    ],
    "album": "Checkbob",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Automonous Africa"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track off <i>Autonomous Africa Vol.2</i>. Midland is a British DJ, producer and record label owner based in London, UK. Real name Harry Agius, Midland grew up in Tanzania and Greece and attended University in Leeds. <br> <br> Since he first surfaced in 2010, Harry Agius has been a chameleonic talent, a producer of surreal club cuts as well as modern pop songs. A house DJ always flirting with techno, disco and the sounds of his native UK, delivering his kaleidoscopic taste with mixing technique that nods as much to his UK lineage as it does a smoother European style. https://bit.ly/2ZpmZsE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}