Information about plays

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

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

{
    "id": 2675036,
    "uri": "https://api.kexp.org/v2/plays/2675036/?format=api",
    "airdate": "2019-12-18T18:37:47-08:00",
    "show": 46177,
    "show_uri": "https://api.kexp.org/v2/shows/46177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grinnin'",
    "track_id": null,
    "recording_id": null,
    "artist": "Tim Buchanan & Dusk",
    "artist_ids": [],
    "album": "Tim Buchanan with Dusk...And on His Own",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Crutch of Memory"
    ],
    "label_ids": [],
    "release_date": "2019-06-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Roadhouse’s Best of 2019 tonight! Top albums and songs countdown later on…. This one from the leader of Cherry Death with the band Dusk ; https://www.facebook.com/timbuchananmusic ; https://www.facebook.com/duhhsk ; https://crutchofmemory.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}