Information about plays

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

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

{
    "id": 347327,
    "uri": "https://api.kexp.org/v2/plays/347327/?format=api",
    "airdate": "2019-06-28T07:19:00-07:00",
    "show": 5784,
    "show_uri": "https://api.kexp.org/v2/shows/5784/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbeats",
    "track_id": "62e56132-b98e-3a1c-8d6a-3943ad29d0de",
    "recording_id": null,
    "artist": "The Knife",
    "artist_ids": [
        "bf710b71-48e5-4e15-9bd6-96debb2e4e98"
    ],
    "album": "Heartbeats",
    "release_id": "1ae1dbb7-249b-431a-88ee-539f3d6775b3",
    "release_group_id": null,
    "labels": [
        "Rabid Records"
    ],
    "label_ids": [],
    "release_date": "2005-12-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Want to know more about The Knife?:  https://www.reddit.com/r/Music/comments/8gnrxr/the_knife_heartbeats_live_synth_pop/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}